Skip to content

Commit c421d1c

Browse files
author
R. S. Doiel
committed
prep for v2.2.8, This release has focused on cleanup, bug fixes and documentation revisions. - Fixes and mitigations for issues #148 and #149 - Implemented feature request issue #150
1 parent 4da7558 commit c421d1c

24 files changed

+27
-33
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ contacts:
3030

3131
repository-code: "https://github.com/caltechlibrary/dataset"
3232
version: 2.2.8
33-
date-released: 2025-06-10
33+
date-released: 2025-06-26
3434

3535
license-url: "https://caltechlibrary.github.io/dataset/LICENSE"
3636
keywords:

about.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,12 @@
2424

2525
<section>
2626
<h1 id="about-this-software">About this software</h1>
27-
<h2 id="dataset-2.2.7">dataset 2.2.7</h2>
28-
<p>This release has focused on cleanup, bug fixes and adding a redirect
29-
feature to support development without requiring JavaScript browser
30-
side.</p>
27+
<h2 id="dataset-2.2.8">dataset 2.2.8</h2>
28+
<p>This release has focused on cleanup, bug fixes and documentation
29+
revisions.</p>
3130
<ul>
32-
<li>Fixed issue #138, where SQLite3 updated times where not set.</li>
33-
<li>Fixed issue #144, Fix issue with spurious form validation without a
34-
defined data model.</li>
35-
<li>Fixed issue #145, added support for create_success, and create_error
36-
which hold redirects for success and failure on POST that are
37-
URLencoded.</li>
38-
<li>Fixed issue #146, path handling to collection name caused me to
39-
mis-caculate the table name.</li>
31+
<li>Fixes and mitigations for issues #148 and #149</li>
32+
<li>Implemented feature request issue #150</li>
4033
</ul>
4134
<h3 id="authors">Authors</h3>
4235
<ul>

about.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ keywords:
3636
- software
3737
- json
3838

39-
date_released: 2025-06-10
39+
date_released: 2025-06-26
4040
---
4141

4242
About this software
@@ -46,7 +46,8 @@ About this software
4646

4747
This release has focused on cleanup, bug fixes and documentation revisions.
4848

49-
- working on issue #148 and #149 before 2.2.8 release
49+
- Fixes and mitigations for issues #148 and #149
50+
- Implemented feature request issue #150
5051

5152
### Authors
5253

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
}
5252
],
5353
"dateCreated": "2016-09-12",
54-
"dateModified": "2025-06-10",
55-
"datePublished": "2025-06-10",
54+
"dateModified": "2025-06-26",
55+
"datePublished": "2025-06-26",
5656
"description": "The Dataset Project provides tools for working with collections of JSON documents easily. It uses a simple key and object pair to organize JSON documents into a collection. It supports SQL querying of the objects stored in a collection.\n\nIt is suitable for temporary storage of JSON objects in data processing pipelines as well as a persistent storage mechanism for collections of JSON objects.\n\nThe Dataset Project provides command line programs and a web service for working with JSON objects as a collection or individual objects. As such it is well suited for data science projects as well as building web applications that work with metadata.",
5757
"funder": [
5858
{
@@ -85,7 +85,7 @@
8585
"developmentStatus": "active",
8686
"issueTracker": "https://github.com/caltechlibrary/dataset/issues",
8787
"downloadUrl": "https://github.com/caltechlibrary/dataset/archives/main.zip",
88-
"releaseNotes": "This release has focused on cleanup, bug fixes and documentation revisions.\n\n- working on issue #148 and #149 before 2.2.8 release",
88+
"releaseNotes": "This release has focused on cleanup, bug fixes and documentation revisions.\n\n- Fixes and mitigations for issues #148 and #149\n- Implemented feature request issue #150",
8989
"copyrightYear": 2025,
9090
"copyrightHolder": "California Institute of Technology"
9191
}

dataset.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h1 id="examples">EXAMPLES</h1>
204204
and DB_NAME is used for the Postgres database name. The sslmode option
205205
was specified because Postgres in this example was restricted to
206206
localhost on a single user machine.</p>
207-
<p>dataset 2.2.7</p>
207+
<p>dataset 2.2.8</p>
208208
</section>
209209

210210
<footer>

dataset.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%dataset(1) user manual | version 2.2.8 f83e747
1+
%dataset(1) user manual | version 2.2.8 4da7558
22
% R. S. Doiel and Tom Morrell
3-
% 2025-06-10
3+
% 2025-06-26
44

55
# NAME
66

datasetd.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h1 id="examples">EXAMPLES</h1>
220220
<pre><code> curl http://localhost:8485/api/t1.ds/keys</code></pre>
221221
<p>In the shell session where datasetd is running press “ctr-C” to
222222
terminate the service.</p>
223-
<p>datasetd 2.2.7</p>
223+
<p>datasetd 2.2.8</p>
224224
</section>
225225

226226
<footer>

datasetd.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%datasetd(1) user manual | version 2.2.8 f83e747
1+
%datasetd(1) user manual | version 2.2.8 4da7558
22
% R. S. Doiel
3-
% 2025-06-10
3+
% 2025-06-26
44

55
# NAME
66

dsimporter.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%dsimporter(1) dataset user manual | version 2.2.8 f83e747
1+
%dsimporter(1) dataset user manual | version 2.2.8 4da7558
22
% R. S. Doiel and Tom Morrell
3-
% 2025-06-10
3+
% 2025-06-26
44

55
# NAME
66

dsquery.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%dsquery(1) dataset user manual | version 2.2.8 f83e747
1+
%dsquery(1) dataset user manual | version 2.2.8 4da7558
22
% R. S. Doiel and Tom Morrell
3-
% 2025-06-10
3+
% 2025-06-26
44

55
# NAME
66

0 commit comments

Comments
 (0)