Switched changelog to the new format
This commit is contained in:
parent
e76e9e9aea
commit
ecb77d54c3
|
@ -0,0 +1,68 @@
|
|||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
# Changelog for Resource Registry API
|
||||
|
||||
## [v4.0.0-SNAPSHOT] [r5.0.0] -
|
||||
|
||||
- Switched JSON management to gcube-jackson [#19116]
|
||||
|
||||
|
||||
## [v3.0.0] [r4.21.0] - 2020-03-30
|
||||
|
||||
- Refactored code to support renaming of Embedded class to Property [#13274]
|
||||
- Removed code which is now part of gxREST [#11455]
|
||||
- Reorganized APIs due to IS Model Reorganization
|
||||
|
||||
|
||||
## [v2.0.0] [r4.13.0] - 2018-11-20
|
||||
|
||||
- Redesigned REST interface [#11288]
|
||||
|
||||
|
||||
## [v1.7.0] [r4.9.0] - 2017-12-20
|
||||
|
||||
- Added SchemaAlreadyPresentException [#10207]
|
||||
- Added Utility to get the Type name from an ER Class or interface [#10172]
|
||||
- Changed pom.xml to use new make-servicearchive directive [#10162]
|
||||
- Forced UTF-8 HTTP body encoding in HTTPCall class [#9966]
|
||||
|
||||
|
||||
## [v1.6.0] [4.7.0] - 2017-10-09
|
||||
|
||||
- Added an API to retrieve Resource instances filtering them [#9772]
|
||||
|
||||
|
||||
## [v1.5.0] [r4.6.0] - 2017-07-25
|
||||
|
||||
- Added HTTPS support [#8757]
|
||||
- Added HTTP Redirection support [#8757]
|
||||
|
||||
|
||||
## [v1.4.0] [r4.5.0] - 2017-06-07
|
||||
|
||||
- Added ERAvalailableInanotherContext exception and its hierarchy to improve context management of ERs
|
||||
- Improved HTTPCall class to support HEAD methods and Exception managements in such a case
|
||||
|
||||
|
||||
## [v1.3.0] [r4.3.0] - 2017-03-16
|
||||
|
||||
- Added HTTP utilities for clients implementations
|
||||
- Added ResourceRegistryException JSON serialization
|
||||
|
||||
|
||||
## [v1.2.0] [r4.2.0] - 2016-12-15
|
||||
|
||||
- Added API AddToContext
|
||||
- Added API to support update Resource (with all facets)
|
||||
- Reorganized Exceptions
|
||||
|
||||
|
||||
## [v1.1.0] [r4.1.0] - 2016-11-07
|
||||
|
||||
- Improved code quality
|
||||
|
||||
|
||||
## [v1.0.0] [r4.0.0] - 2016-07-28
|
||||
|
||||
- First Release
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.3-0-0" date="${buildDate}">
|
||||
<Change>Refactored code to support renaming of Embedded class to Property #13274</Change>
|
||||
<Change>Removed code which is now part of gxREST #11455</Change>
|
||||
<Change>Reorganized APIs due to IS Model Reorganization</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.2-0-0" date="2018-11-20">
|
||||
<Change>Redesigned REST interface #11288</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.1-7-0" date="2017-12-20">
|
||||
<Change>Added SchemaAlreadyPresentException #10207</Change>
|
||||
<Change>Added Utility to get the Type name from an ER Class or interface #10172</Change>
|
||||
<Change>Changed pom.xml to use new make-servicearchive directive #10162</Change>
|
||||
<Change>Forced UTF-8 HTTP body encoding in HTTPCall class #9966</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.1-6-0" date="2017-10-09">
|
||||
<Change>Added an API to retrieve Resource instances filtering them #9772</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.1-5-0" date="2017-07-25">
|
||||
<Change>Added HTTPS support #8757</Change>
|
||||
<Change>Added HTTP Redirection support #8757</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.1-4-0" date="2017-06-07">
|
||||
<Change>Added ERAvalailableInanotherContext exception and its hierarchy to improve context management of ERs</Change>
|
||||
<Change>Imporved HTTPCall class to support HEAD methods and Exception managements in such a case</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.1-3-0" date="2017-03-16">
|
||||
<Change>Added HTTP utilities for clients implementations</Change>
|
||||
<Change>Added ResourceRegistryException json serialization</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.1-2-0" date="2016-12-16">
|
||||
<Change>Added API AddToContext</Change>
|
||||
<Change>Added API to support update Resource (with all facets)</Change>
|
||||
<Change>Reaourganized Exceptions</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.1-1-0" date="2016-11-03">
|
||||
<Change>Improved code quality</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-api.1-0-0" date="2016-07-27">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
Loading…
Reference in New Issue