gx-rest/gxHTTP/CHANGELOG.md

46 lines
775 B
Markdown
Raw Permalink Normal View History

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for gxHTTP
2024-10-03 16:07:07 +02:00
## [v2.0.0]
2022-06-15 17:57:12 +02:00
- removed all the old providers
- removed set of gcube headers
2022-07-08 15:15:32 +02:00
- removed isExtCall because authorization headers are not added automatically anymore
2022-06-15 17:57:12 +02:00
2021-06-23 14:22:19 +02:00
## [v1.2.0]
2021-05-27 15:14:24 +02:00
- Managing new UMA token and not only old authz gcube token [#21525]
- Switched JSON management to gcube-jackson [#19737]
2024-10-03 16:01:04 +02:00
## [v1.1.3] - 2019-10-19
- Allow clients to set secure protocol
- Switch from TLSv1 to TLSv1.2
2024-10-03 16:01:04 +02:00
## [v1.1.2] - 2019-10-19
- Migration to Git
2024-10-03 16:01:04 +02:00
## [v1.1.1] - 2019-03-30
- Allow to set the media type for the returned entity in the Error Response.
2024-10-03 16:01:04 +02:00
## [v1.1.0] - 2019-02-26
- ...
2024-10-03 16:01:04 +02:00
## [v1.0.1] - 2018-11-20
- ...
2024-10-03 16:01:04 +02:00
## [v1.0.0] - 2018-06-20
- First Release