Skip to content

Releases: georchestra/geonetwork

20.0.8

11 Jun 09:52
a0b6187
Compare
Choose a tag to compare

Features:

Bugfixes:

20.1.1

23 Feb 15:15
94f9082
Compare
Choose a tag to compare
Merge pull request #168 from georchestra/sendServerVersion

jetty - disable server tokens

20.0.7

23 Feb 15:14
94f9082
Compare
Choose a tag to compare
Merge pull request #168 from georchestra/sendServerVersion

jetty - disable server tokens

20.1.0

03 Nov 15:09
68f3f6f
Compare
Choose a tag to compare
Merge pull request #160 from landryb/georchestra-gn3.8.2

Dont create draft if workflow is disabled (#156)

20.0.6

03 Nov 15:06
Compare
Choose a tag to compare

Bug fixes:

20.0.5

03 Jul 07:12
0f4deb2
Compare
Choose a tag to compare

#142 expands group name and label to 255 chars (since they're meant to be synced with LDAP organization names & descriptions)
#145 fixes the PDF export by normalizing URLs before doing a http query
#147 fixes duplicate logging statement

Upgrading requires you to:

ALTER TABLE geonetwork.groups ALTER COLUMN name TYPE VARCHAR(255);
ALTER TABLE geonetwork.groupsdes ALTER COLUMN label TYPE VARCHAR(255); 

20.0.4

10 Jun 08:49
d86574a
Compare
Choose a tag to compare

fe4c123 avoid rss search to send link with two slashes
e7bad8a pom - updating maven repositories
87ffb62 reactivate harvester logger and does not override non harvested metadata
532d5b0 URL rewrite / Main landing page for /metadata

20.0.3

14 May 19:58
1187f77
Compare
Choose a tag to compare
Merge pull request #138 from georchestra/add-log4j-sentry-jsonevent-l…

20.0.2

15 Apr 12:46
Compare
Choose a tag to compare
docker image name does not mention branch anymore

20.0.1

15 Apr 08:42
f798cfd
Compare
Choose a tag to compare
Merge pull request #134 from georchestra/add-pull-request-to-github-a…