Releases: eblis/python-odata
Releases · eblis/python-odata
Release list
0.8.1
What's Changed
- feat: add apply function by @jonasclaes in #6
- Handle 'details' in odata error json by @NBIX-Mark-Southern in #8
- Enable an update to handle returned state by @NBIX-Mark-Southern in #10
- Customizable payloads for update and insert by @NBIX-Mark-Southern in #9
- Enum filtering fix by @yrodm in #13
- Enums can be primary keys by @sdransfeld in #18
New Contributors
- @jonasclaes made their first contribution in #6
- @NBIX-Mark-Southern made their first contribution in #8
- @yrodm made their first contribution in #13
- @sdransfeld made their first contribution in #18
Full Changelog: v0.6.0...v.0.8.1
0.6.0
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
- @honza801 made their first contribution in #3
- @Matthijsy made their first contribution in #2
Full Changelog: v0.5...v0.6.0
Minor improvements
Allow handling of problem+json response type.
Some fixes to the .one() call and when filtering multiple times in a row.