backport bug fixes from 0.3.4 into master, reimplement ConfigSource() and add a superclass, part 2

This commit is contained in:
Yusur 2025-07-06 22:40:43 +02:00
parent 4ccf4fb7a0
commit 4919edc871
14 changed files with 452 additions and 91 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## 0.4.0
+ Added `ValueProperty`, abstract superclass for `ConfigProperty`.
## 0.3.4
- Bug fixes in `.flask_restx` regarding error handling
- Fixed a bug in `.configparse` dealing with unset values from multiple sources
## 0.3.3
- Fixed leftovers in `snowflake` module from unchecked code copying — i.e. `SnowflakeGen.generate_one()` used to require an unused typ= parameter