Skip to content

Releases: xmidt-org/themis

v0.4.18

24 Apr 17:44
Compare
Choose a tag to compare

Changelog

Other Work

v0.4.17

24 Apr 17:41
Compare
Choose a tag to compare

Changelog

Other Work

v0.4.14 2023-02-06

06 Feb 21:15
892fadc
Compare
Choose a tag to compare
  • Update configs and documentation for the introduction of OTLP in Candlelight #137
  • Correct Bad Usage of LoggerIn that broke Themis #136

v0.4.13 2022-12-01

01 Dec 19:11
d2cb2d0
Compare
Choose a tag to compare
  • Disable TLS 1.0 and 1.1 by default. Configuration can reenable.
  • Disable ciphers vulnerable to SWEET32.

v0.4.12 2022-11-30

30 Nov 16:33
8be0c6f
Compare
Choose a tag to compare

v0.4.11 2022-10-31

31 Oct 18:43
9c78f97
Compare
Choose a tag to compare
  • Remove several unused build files and update the docker images to work. #122

v0.4.10 2022-10-28

28 Oct 00:08
a75c133
Compare
Choose a tag to compare
  • Update dependencies.
  • Fix the docker container so it has configuration in the right place.

v0.4.9 2022-10-07

07 Oct 16:18
a375a91
Compare
Choose a tag to compare
  • Patch failing docker image, fix linter issues, fix breaking unit tests & changes #104

v0.4.8 2022-06-29

29 Jun 20:52
77da3c8
Compare
Choose a tag to compare
  • Migrated to github.com/golang-jwt/jwt to address a security vulnerability. #78
  • Updated spec file and rpkg version macro to be able to choose when the 'v' is included in the version. #80
  • Updated transport.go to send a 400 error if there is an issue parsing the URL. #47
  • Allow any peer certificate to pass validation, instead of requiring all of them to pass. #91

v0.4.7 05/04/2021

04 May 00:16
f11826e
Compare
Choose a tag to compare
- Migrate to github actions, normalize analysis tools, Dockerfiles and Makefiles. [#67](https://github.com/xmidt-org/themis/pull/67)
- Add optional OpenTelemetry tracing feature. [#75](https://github.com/xmidt-org/themis/pull/75)