Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes and reorder in an anti-chronological manner #357

Merged
merged 4 commits into from
May 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 49 additions & 50 deletions docs/0-release-notes/index.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,50 @@
v1.x.x Release Notes
Main releases
====================

v1.2.0 Release Notes
v3.1.0 Release Notes
--------------------

See the
[release120](https://github.com/dhlab-basel/Sipi/releases/tag/v1.2.0) on
Github.
[release 3.1.0](https://github.com/dasch-swiss/sipi/releases/tag/3.1.0) on
GitHub.

### New features:

### Bugfixes:
- Added sidecar support (Kakadu)
- Published on Dockerhub https://hub.docker.com/r/daschswiss/sipi under the V3.1.0 tag.

v1.3.0 Release Notes
v3.0.1 Release Notes
--------------------

See the
[release130](https://github.com/dhlab-basel/Sipi/releases/tag/v1.3.0) on
Github.
[release 3.0.1](https://github.com/dasch-swiss/sipi/releases/tag/v3.0.1) on
GitHub.

### New features:

- Compliant with the [IIIF Image API 3.0](https://iiif.io/api/image/3.0/)
- Published on Dockerhub https://hub.docker.com/r/daschswiss/sipi (new URL) under the V3.0.1 tag.

### Bug fixes:

- Fix parse URL crash

v2.0.0 Release Notes
--------------------
See the
[release 2.0.0](https://github.com/dasch-swiss/sipi/releases/tag/v2.0.0) on
GitHub.

### New features:

- Published on Dockerhub https://hub.docker.com/r/dhlabbasel/sipi under the v2.0.0 tag.

v1.4.0 Release Notes
--------------------

See the
[release 1.4.0](https://github.com/dasch-swiss/Sipi/releases/tag/v1.4.0) on
GitHub.

### New features:

Expand All @@ -28,7 +55,7 @@ Github.
reinstated if the JPX is converted back to a TIFF or JPEG.
- added more unit tests

### Bugfixes:
### Bug fixes:

- 16 Bit PNG images are now teated correctly by byteswapping of the
data (htons), since PNG uses network byte order which is usually
Expand All @@ -37,12 +64,12 @@ Github.
- The parameter names in a multidata/form-data POST request now have
the double quotes removed

v1.4.0 Release Notes
v1.3.0 Release Notes
--------------------

See the
[release140](https://github.com/dhlab-basel/Sipi/releases/tag/v1.4.0) on
Github.
[release 1.3.0](https://github.com/dasch-swiss/sipi/releases/tag/v1.3.0) on
GitHub.

### New features:

Expand All @@ -53,7 +80,7 @@ Github.
reinstated if the JPX is converted back to a TIFF or JPEG.
- added more unit tests

### Bugfixes:
### Bug fixes:

- 16 Bit PNG images are now teated correctly by byteswapping of the
data (htons), since PNG uses network byte order which is usually
Expand All @@ -62,45 +89,17 @@ Github.
- The parameter names in a multidata/form-data POST request now have
the double quotes removed

v1.5.0-SNAPSHOT Release Notes (not released yet)
------------------------------------------------
v1.2.0 Release Notes
--------------------

See the
[release150](https://github.com/dhlab-basel/Sipi/releases/tag/v1.5.0) on
Github.
[release 1.2.0](https://github.com/dasch-swiss/Sipi/releases/tag/v1.2.0) on
GitHub.

### New features:
v1.1.0 Release Notes
--------------------

- Add path for getting original filename and mimetype
- Add More functions for lua
- Add Lua clean\_tempdir() function for cleaning up old
temporary files.
- Add server.fs.readdir C++ function for Lua.
- Add config setting for maximum temp file age.
- Remove unimplemented log levels TRACE and OFF from docs and configs.
- Add e2e test of clean\_tempdir().
- Use clearer names in knora.json response.
- Log all internal server errors in send\_error.
- Add more features for Knora integration
- Improve server.post doc.
- Add some improvements
- Don't process a payload in an HTTP DELETE request.

See <https://tools.ietf.org/html/rfc7231#section-4.3.5>:

"A payload within a DELETE request message has no defined semantics;
sending a payload body on a DELETE request might cause some existing
implementations to reject the request."

- Improve SipiImage.new documentation.
- Update Kakadu to version v7\_A\_5-01382N

### Bugfixes:

- Fix unittest
- Fix to support Essential metadata
- Fix incorrect log level names in Lua scripts.
- Fix inconsistencies in log level names (use syslog's
names everywhere).
- Fix documentation syntax.
See the
[release 1.1.0](https://github.com/dasch-swiss/sipi/releases/tag/v1.1.0) on
GitHub.