Releases: allenporter/gcal_sync
Releases · allenporter/gcal_sync
0.8.0
What's Changed
- Add initial version of sync API library by @allenporter in #35
- Add sync token invalidation support by @allenporter in #42
- Cleanup local event APIs by @allenporter in #43
- Add ability to reset local store on code incompatibility changes by @allenporter in #45
- Fetch guests and other event fields by @allenporter in #49
- Cleanup preparing for calendar list sync by @allenporter in #50
- Add support for CalendarList sync by @allenporter in #51
- Add test for 500 errors by @allenporter in #52
- Cleanup and simplify list event APIs by @allenporter in #55
- Add ResponseStatus fields to gcal sync APIs by @allenporter in #56
- Remove deleted items in incremental sync by @allenporter in #47
Dependency bumps
- Update dependency pylint to v2.13.8 by @renovate in #24
- Update codecov/codecov-action action to v3.1.0 by @renovate in #25
- Update dependency mypy to v0.950 by @renovate in #31
- Update dependency click to v8.1.3 by @renovate in #32
Full Changelog: 0.7.1...0.8.0
0.7.1
What's Changed
- Fix bug with timezone inconsistencies returned from calendar API by @allenporter in #34
Full Changelog: 0.7.0...0.7.1
0.7.0
0.6.3
- Fixed url encoding bug showing symptoms as 404s
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- Hide pydantic model behind response object to fix hashable errors by @allenporter in #30
Full Changelog: 0.6.1...0.6.2
0.6.1
0.6.0
What's Changed
- Support async iterator for calendar events by @allenporter in #27
Upgrades
- Update dependency mypy to v0.942 by @renovate in #10
- Update dependency pytest to v7.1.2 by @renovate in #26
Full Changelog: 0.5.0...0.6.0
0.5.0
0.4.1
0.4.0
What's Changed
- Replace sync api bridge with true aiohttp client library by @allenporter in #19
Full Changelog: 0.3.1...0.4.0