Skip to content

Latest commit

 

History

History
205 lines (137 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

205 lines (137 loc) · 17.9 KB

Changelog

1.0.5 (2022-12-01)

Features

Bug Fixes

  • (jans-auth-server): fixed Client serialization/deserialization issue #2946 (#3064) (31b5bfc)
  • getting ready for a release (0bda832)
  • jans-config-api: user attributes not updated #2753 (082cfe3)
  • jans-config-api: user attributes not updated #2753 (#3110) (803468b)
  • jans: added null check to avoid NullPointerException (#3077) (42d49b2)

1.0.4 (2022-11-08)

Bug Fixes

  • fix OR filters join when sub-filters uses lower (#2850) (3dc6b32)
  • jans-auth-server: fix language metadata format (#2883) (e21e206)

Documentation

  • prepare for 1.0.4 release (c23a2e5)

1.0.3 (2022-11-01)

Features

Bug Fixes

  • backticks CB attributes in N1QL (#2313) (d6db13d)
  • cb ttl update sdk 3 (#2434) (534c6cb)
  • close connections after reading metadata (#2327) (00f4f79)
  • don't backticks all in N1QL (#2316) (7cc721e)
  • don't execute next paged search if current result count less than (#2171) (94a162f)
  • fix search with % (#2307) (90987d7)
  • jans-config-api/plugins/sample/helloworld/pom.xml to reduce vulnerabilities (#972) (e2ae05e)
  • jans-eleven/pom.xml to reduce vulnerabilities (#2676) (d27a7f9)
  • localized String should be converted to JSON (#2542) (30225f9)
  • orm: length check added before accessing CustomObjectAttribute values (#2505) (6ff718f)
  • use iterator to correcly remove OC attribute (#2138) (b590981)

Miscellaneous Chores

1.0.2 (2022-08-30)

Features

Bug Fixes

  • don't execute next paged search if current result count less than (#2171) (94a162f)
  • jans-auth-server: sql localizedstring persistence SqlEntryManager (#1475) (b959b94)
  • jans-orm: fixed npe in filter processor and covered with tests (ef46516)
  • jans-orm: switch to 1.0.1-SNAPSHOT (0030da7)
  • use iterator to correcly remove OC attribute (#2138) (b590981)

Documentation

Miscellaneous Chores

1.0.1 (2022-07-06)

Bug Fixes

  • jans-auth-server: sql localizedstring persistence SqlEntryManager (#1475) (b959b94)
  • jans-orm: switch to 1.0.1-SNAPSHOT (0030da7)

Miscellaneous Chores

1.0.0 (2022-05-19)

Features

Bug Fixes

  • config-api: scim user management endpoint failing due to conflict with user mgmt path (#1181) (8ee47a0)
  • jans-auth-server: fixed equals/hashcode by removing redundant dn field (d27659d)

Miscellaneous Chores

1.0.0-beta.16 (2022-03-14)

Miscellaneous Chores

1.0.0-beta.15 (2022-03-02)

Features

Bug Fixes

  • check MariaDB json in result set metadata (96b6772)
  • fix method to determine if Db is MariaDB (edf5a8d)
  • fix RDBS export entry and DeleteNotifier (#864) (ce5b2e6)

Miscellaneous Chores