Skip to content

Releases: HawAPI/HawAPI

v1.2.0

03 Nov 19:42
Compare
Choose a tag to compare

Features

  • Add Content-Language header to findOverview request
  • Add API data_count to overview
  • Increase rate limit from ANONYMOUS, BASIC and DEV roles
  • Explicitly set the error path

Changes

  • Update dependencies
  • Replace local website and docs build
  • Rename build-website to get-website
  • Update Getting Started
  • Update pom.xml information

Fixes

  • Fix method findBy always returning the same data after first request
  • Fix rate limit not working - See #128
  • Fix wrong license

Issues

Bump version to 1.2.0

v1.1.0

17 Aug 23:13
8efec2a
Compare
Choose a tag to compare

Features

  • Expose port 8000 on docker
  • Enable http2 on production
  • Define default port to 8000 on production
  • Define INFO as default root logging on production

Changes

Fixes

  • Fix wrong build-website script
  • Fix wrong project name on release action
  • Fix wrong on push tag configuration on release action
  • Fix TestContainers running after tests

v1.0.0

11 Aug 20:04
8efec2a
Compare
Choose a tag to compare
Update v1.1.0 (#122)

Features

- Expose port 8000 on docker
- Enable http2 on production
- Define default port to 8000 on production
- Define INFO as default root logging on production

Changes

- Revert commit 3d9346e

Fixes

- Fix wrong build-website script
- Fix wrong project name on release action
- Fix wrong on push tag configuration on release action
- Fix TestContainers running after tests