Skip to content

v1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 15:24
· 385 commits to develop since this release
f304ba8

Changes

  • Update Readme
  • Disable CSRF
  • Round received_at to one value (next bucket - 1ms)
  • Add async support to filter
  • Add default "Security-Headers" via Interceptor
  • Remove ETag (due to unexpected caching behaviour on some AWS instances)

Bug Fixes

Commits

  • [4a4e33c]: update readme (Patrick Amrein) #145
  • [c3c7e8b]: add some more documentation (Patrick Amrein) #145
  • [640cfc0]: fix layout issues (Patrick Amrein) #145
  • [ae6504c]: Merge branch 'develop' into documentation/bring-up-to-date (Patrick Amrein) #145
  • [bb5a2b2]: remove code of conduct (Patrick Amrein) #145
  • [3f0d8fd]: switch Long to long where null value is not needed (Simon Resch) #139
  • [fb8308e]: Revert "fix: handle Long overflow exception" (Simon Resch) #139
  • [cf4be7a]: correct java version (11) (Martin Alig) #145
  • [fa0d007]: Merge branch 'develop' into documentation/bring-up-to-date (Martin Alig) #145
  • [671650a]: Merge branch 'develop' into documentation/bring-up-to-date (Martin Alig) #145
  • [3858f6a]: disable CSRF since we don't use it (Patrick Amrein) #148
  • [19959e3]: round inserted values to nextbucket -1 (Patrick Amrein) #152
  • [14d53f9]: fix tests (Patrick Amrein) #152
  • [076fcf5]: add async support to filter (Patrick Amrein) #150
  • [65e7c9c]: do not flush (flush closes stream) (Patrick Amrein) #150
  • [15ef6df]: return ok (Patrick Amrein) #150
  • [c77fb75]: don't print stacktrace (Patrick Amrein) #150
  • [84c6538]: remove debug statements (Patrick Amrein) #150
  • [74e50c7]: simplify (Patrick Amrein) #150
  • [2272f25]: add OK to body (Patrick Amrein) #150
  • [a8c6ead]: fix typos (#149) (Patrick Amrein) #151
  • [dcfa5da]: check if keys are available in the next bucket (Patrick Amrein) #152
  • [9272961]: Merge branch 'develop' into bugfix/fix-typo (Martin Alig) #151
  • [31405d3]: Merge branch 'develop' into feature/round-received-at (Martin Alig) #152
  • [0ffaa33]: Merge branch 'develop' into bugfix/fix-async-filter (Patrick Amrein) #150
  • [a5c2572]: add coomments on why we leave it blank (Patrick Amrein) #150
  • [7b2fdd3]: add coomment inside function (Patrick Amrein) #150
  • [ecec43c]: Merge branch 'develop' into feature/round-received-at (Martin Alig) #152
  • [648db6a]: remove default values from properties file (Patrick Amrein) #153
  • [f32d97d]: Merge branch 'develop' into feature/round-received-at (Patrick Amrein) #152
  • [0316b1e]: add default headers (Patrick Amrein) #154
  • [624e453]: add headers in interceptor (Patrick Amrein) #154
  • [5c763b5]: insert headers before anyone else (Patrick Amrein) #154
  • [385f877]: remove unused function (Patrick Amrein) #154
  • [59301e9]: Merge branch 'develop' into security/add-security-headers (Martin Alig) #154
  • [f77dda7]: respect publishedafter for fakekeys (Patrick Amrein) #155
  • [bad5cb0]: add other headers (Patrick Amrein) #157
  • [a21c62e]: fix typo (Patrick Amrein) #157
  • [6bbf490]: fix another typo (Patrick Amrein) #157
  • [a47c479]: don't return etag (Patrick Amrein) #156
  • [f9f2912]: ignore etag tests (for now) (Patrick Amrein) #156
  • [40c0560]: remove unused (Patrick Amrein) #156
  • [980cde8]: Merge branch 'develop' into feature/add-othersecurity-headers (Martin Alig) #157