Merge branch 'master' into v1

This commit is contained in:
Graham Esau 2024-08-10 17:58:35 +01:00 committed by GitHub
commit 5054242247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,7 +183,7 @@
### Added:
- ~~Support generic default values in `default` attributes (https://github.com/GREsau/schemars/pull/83)~~
- ⚠️ **This inadvertently introduced a breaking change and was removed in 0.8.10**
- **This inadvertently introduced a breaking change and was removed in 0.8.10**
- Add missing MIT licence text for usage of code from regex_syntax crate (https://github.com/GREsau/schemars/pull/132)
- Support uuid v1 and arrayvec 0.7 via feature flags `uuid1` and `arrayvec07` (https://github.com/GREsau/schemars/pull/142)
- This also adds `uuid08` and `arrayvec05` feature flags for the previously supported versions of these crates. The existing `uuid` and `arrayvec` flags are still supported for backward-compatibility, but they are **deprecated**.