0.3.1
Thanks to @xaviernogueira for making a few tweaks for Pydantic v2 compatability!
Plugin authors should make sure they have all their fields typed for Pydantic v2 compatability, especially where they are overriding the Plugin
class.
class MyPlugin(Plugin)
- name = "mine"
+ name: str = "mine"
What's Changed
- Include Github releases in docs by @abkfenris in #194
- Include readme in docs by @abkfenris in #195
- Add badges for plugins by @abkfenris in #197
- Test on 3.11 and add to classifiers by @abkfenris in #198
- Add badges for Xpublish-WMS releases by @abkfenris in #200
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #201
- Separate pip caches by @abkfenris in #199
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #202
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #203
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #204
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #206
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #209
- Start adding REST API endpoint docs by @abkfenris in #196
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #210
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #211
- Pydantic >=2.0 support by @xaviernogueira in #215
- Test against Pydantic 1 and 2 by @abkfenris in #216
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #212
- Add Catalog to Xpublish to distros by @abkfenris in #213
New Contributors
- @xaviernogueira made their first contribution in #215
Full Changelog: 0.3.0...0.3.1