Skip to content

Part-DB 1.14.5

Latest
Compare
Choose a tag to compare
@jbtronics jbtronics released this 02 Dec 10:24
· 3 commits to master since this release
b3499e4

Part-DB 1.14.5

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

Changes

  • Updated docker container PHP to PHP 8.3
  • Use a different format for log files (plain text instead of JSON encoding). This should be easier to read and output shorter lines (see #781)
  • Fixed problem that PostgresSQL searches were case sensitive. Now they are case-insentive to have the same and more useful behavior as on SQLIte and MySQL (see #784)

Improvements

  • Allow usernames to contain @ sign (as long as it is not the first char) to allow email addresses as username (see #772)

Bugfixes

  • Fixed errors, when accessing Part-DB via link-local IPv6 addresses (#782)
  • Allow longer error lines in docker container. (#781)
  • Fixed problem that SAML users could not access API via tokens (#765)

Miscellaneous

  • Updated dependencies
  • Updated translations

Full Changelog: v1.14.4...v1.14.5