-
v0.4.2 Stable
released this
2024-02-01 00:32:41 +03:00 | 4 commits to master since this release📅 Originally published on GitHub: Wed, 31 Jan 2024 21:57:16 GMT
🏷️ Git tag created: Wed, 31 Jan 2024 21:32:41 GMTThis release focused on tying up what loose ends could be within reason in preparation for the freeze release. Following this release, only dependency updates within reason will be managed. There may be additional feature releases on this edition, but nothing is promised.
POTENTIALLY BREAKING CHANGE - This release upgrades to SQLAlchemy
1.4.xwhich removes support for the use ofpostgres://on database connection URI strings. You must switch to the supported format ofpostgresql://to avoid a failure of the connection.What's Changed
- Updated the OAuth service providers to properly respect the new OAuth auto-configuration settings for each provider. by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1527
- Corrected issue with
SERVER_EXTERNAL_SSLsetting not being extracted from the app's environment. by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1529 - Fixed issue with all unassigned zones being selected after a new account's name fails to validate by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1530
- Allow all application settings to be configured by environment variables by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1535
- Fix record comment removal by @corubba in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1537
- Automatically focus username field in login view by @roelschroeven in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1549
- Indicate Unsaved Changes by @AgentTNT in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1595
- Remove Misc Code by @AgentTNT in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1597
- Fix non rr_set events in Zone Changelog display by @AgentTNT in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1598
- Update static fonts to use relative paths instead of static by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1703
- Fixes local user setup to perform case-insensitive verification of existing usernames / emails in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1658
- Update index router to replace the use of the deprecated
before_app_first_requestevent withrecord_onceby @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1705 - Updated zone type comparison logic in domain router to be case-insensitive by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1706
- Fix zone name encoding for UI XHR requests as well as requests to the PDNS API by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1707
- Added LDAP search filter cleansing mechanism to properly escape special characters by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1726
- Merge zone editor record action controls into single column by @feldsam in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1642
- Fixing new LDAP search filter cleansing mechanism to only target user DN value returned on AD connections by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1727
- Added support for application to run in sub-paths while not breaking the Docker health check by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1728
- Bump mysqlclient from 2.0.1 to 2.2.1 by @dependabot in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1729
- Bump bcrypt from 4.0.1 to 4.1.2 by @dependabot in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1730
- Bump pytest from 7.2.1 to 7.4.4 by @dependabot in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1733
- Bump sqlalchemy from 1.3.24 to 1.4.51 by @dependabot in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1734
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1735
- Updated Pip Dependencies (Jinaj2, certifi, cryptography, requests, werkzeug) by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1740
- Bump crypto-js from 4.1.1 to 4.2.0 by @dependabot in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1738
- Updated NPM dependencies (cryto-js) by @AzorianMatt in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1742
New Contributors
- @roelschroeven made their first contribution in https://github.com/PowerDNS-Admin/PowerDNS-Admin/pull/1549
Full Changelog: https://github.com/PowerDNS-Admin/PowerDNS-Admin/compare/v0.4.1...v0.4.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
mirror of
https://github.com/PowerDNS-Admin/PowerDNS-Admin.git
synced 2026-04-25 00:35:52 +03:00