Skip to content

Releases: vinitkumar/json2xml

3.15.1

24 Feb 00:21
1d833b1

Choose a tag to compare

What's Changed

  • feat: upgrade tests requirements and update metadata to show that pyp… by @vinitkumar in #111

Full Changelog: 3.15.0...3.15.1

3.15.0

23 Feb 23:38

Choose a tag to compare

What's Changed

Full Changelog: v3.14.0...3.15.0

Possible DOS vulnerability fix

10 Feb 17:22

Choose a tag to compare

What's Changed

Full Changelog: 3.12.0...v3.14.0

Remove Pytest as direct dependencies

31 Jan 18:27

Choose a tag to compare

What's Changed

  • Do not require nor ship pytest and dependancies with json2xml by @psi29a in #104
  • Feat: install pytest separately and run pytests now by @vinitkumar in #105

Full Changelog: 3.10.0...3.11.0

Major release with fixes on the custom root

29 Jan 09:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.0...3.10.0

Pre Release with Python 3.11 support

01 Jan 08:30

Choose a tag to compare

Pre-release

How to Install:

pip install json2xml==3.10.0rc1

Version 3.9.0

18 Dec 19:51

Choose a tag to compare

  • feat: item_wrap for str and int (#93)
  • Drop python3.6 from the supported versions.

Version Bump release

23 Oct 19:29

Choose a tag to compare

With accurate changelog and version bump

Bugfix release

23 Oct 19:23

Choose a tag to compare

This resolves an issue with dicttoxml #89

Security Release

06 Oct 20:57
7c4912d

Choose a tag to compare

  • Use a better XML parsing libraries that follows better security practises.
  • Fix tox config for better local testing
  • Generate a pinned version of deps using pip-compile to have deterministic builds always.
  • Clean-up the requirements files.