Skip to content

Releases: eblis/python-odata

0.6.0

09 Oct 15:44
Compare
Choose a tag to compare

What's Changed

  • Fix query string encoding according to the odata-v4.01-part2-url-conv… by @honza801 in #3

  • Make query object extendable by @Matthijsy in #2

  • Add enum types for writing reflected entities by @Matthijsy in #1

  • Made the mako templates respect python formatting a bit better, makes the files bigger but the IDEs shouldn't complain as much.

  • Made the service work with URLs that do not end in /

  • Updated readme to include example for TripPin v4 odata service with enums.

New Contributors

Full Changelog: v0.5...v0.6.0

Minor improvements

16 Mar 12:38
Compare
Choose a tag to compare

Allow handling of problem+json response type.
Some fixes to the .one() call and when filtering multiple times in a row.