Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Latest commit

 

History

History
58 lines (35 loc) · 1.89 KB

File metadata and controls

58 lines (35 loc) · 1.89 KB

Changelog

All notable changes to this project will be documented in this file.

1.1.3 - 2023-01-11

  • Updated Kotlin plugin, Kotlin standard library and Kotlin reflection from 1.6.21 to 1.7.10
  • Updated hoplite-core and hoplite-hocon from 2.1.2 to 2.6.2
  • Updated kotest from 5.3.3 to 5.4.2
  • Fixed compilation with the walt.id SSI Kit
  • Updated error messages

1.1.2 - 2022-05-08

  • Upgraded to next major version of hoplite (1.4.16 -> 2.1.2)
  • bumped the rest of the dependencies

1.1.1 - 2022-05-08

  • Upgraded to next major version of hoplite (1.4.16 -> 2.1.2)
  • bumped the rest of the dependencies

1.1.0 - 2022-01-04

  • Added the possibility to define a default service implementation in the service in-code, without needing any configuration files (that you'd have to ship to customers when your software is used as dependency, that would need to be updated for new services, etc...)
  • More specific errors are thrown (e.g. by doing extra checks for class existence, checking base class validity, etc...)
  • More specific and helpful error messages
  • Bumped hoplite dependency

1.0.1 - 2021-07-20

Set kotlin option "jvmTarget" to 13

1.0.0 - 2021-07-20

Added

  • Initial release