Skip to content

Releases: eXist-db/public-repo

v4.1.1

06 Jul 14:36
Compare
Choose a tag to compare

What's Changed

  • fix: allow calls to find to have an empty accept header by @line-o in #115

Full Changelog: v4.1.0...v4.1.1

v4.1.0

02 Jul 07:55
Compare
Choose a tag to compare

What's Changed

Features and fixes

Updates

Full Changelog: v4.0.0...v4.1.0

v4.0.0

24 Apr 14:00
ffc838d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v4.0.0

v3.0.2

16 Jan 19:40
80a006c
Compare
Choose a tag to compare
  • Fixed: Package ordering - #85

v3.0.1

11 Jan 17:55
79406a0
Compare
Choose a tag to compare
  • Fixed: Packages w/o explicit eXist dependency are presumed compatible with eXist >=2.2.0 - #82

v3.0.0

11 Jan 01:53
1bc8c0e
Compare
Choose a tag to compare
  • Breaking: Refactored modules/versions.xqm to use semver.xq v3.0.0 in order to fix EXPath Package dependency resolution and ensure that the "find" endpoint can use all version attributes for finding packages - #81

v2.2.0

07 Jan 04:39
f177b20
Compare
Choose a tag to compare
  • New: Add support for EXPath Package SemVer templates - #79

v2.1.2

05 Jul 17:43
b0dd0ed
Compare
Choose a tag to compare
  • Fix: Reinstate support for eXist 4.x build process - #78

v2.1.1

23 Feb 06:14
bd2af36
Compare
Choose a tag to compare
  • Fix: Bug introduced in the 'find' endpoint with 2.1.0

v2.1.0

22 Feb 15:40
b48648f
Compare
Choose a tag to compare
  • New: Minimum required version of eXist is 5.3.0. - #67
  • New: Allow publishing packages by any member of the repo group. - #67
  • New: Simplify templates, add base URL to each page. - #66
  • New: Drop ".html" from all routes (redirect old-style links). - #62
  • New: Templates are rendered by HTML-templating library (>= 1.0.2) - #56
  • Fixed: Allow retrieval of packages over HTTPS. - #74
  • Fixed: Allow publishing packages via curl again. - #69
  • Fixed: Sorting of package versions. - #57
  • Fixed: Permissions of log files and metadata. - #73, #75