Skip to content

v0.37.0 - Extended serialization support

Choose a tag to compare

@ElhamAryanpur ElhamAryanpur released this 21 Nov 14:17
· 159 commits to main since this release

TL;DR

Adds support for XML, INI, CSV, JSON5, YAML, and TOML serialization and deserialization as part of the #114

Bug Fixes

  • teal check with the new path system - (75a5d79)
  • #118 - Teal running only when needed - (27e3ddf)

Features

  • added compression ability to each route - (5d0062c)
  • added major serde targets - (78b4928)
  • added types for serde types - (13a38d4)
  • added support for csv - (5ee17e8)
  • added xml support - (e1028de)

Refactoring

  • moved client.rs to its own directory - (b3917e0)

Full Changelog: v0.36.0...v0.37.0