Skip to content

Releases: divviup/divviup-api

0.1.13

29 Feb 00:22
Compare
Choose a tag to compare

Breaking Changes

This release contains a known breaking change with report metrics.

The fields report_count and aggregation_collection_count on task-related API endpoints are deprecated. While they are still present in API calls, for serialization purposes, they are always zeroed out and no longer carry any meaning.

What's Changed

Full Changelog: 0.1.12...0.1.13

0.1.12

22 Feb 18:15
Compare
Choose a tag to compare

What's Changed

  • Fix bug in deserializing unknown aggregator features by @inahga in #823

Full Changelog: 0.1.11...0.1.12

0.1.11

21 Feb 22:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.10...0.1.11

0.1.10

13 Feb 16:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.9...0.1.10

0.1.9

06 Feb 22:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.8...0.1.9

0.1.8

31 Jan 22:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.1.8

0.1.7

24 Jan 19:23
b32ce43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.7

0.1.6

24 Jan 01:34
afcd0ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.5...0.1.6

0.1.5

10 Jan 22:05
d138ed4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.1.5

0.1.4

03 Jan 18:38
d5de3dd
Compare
Choose a tag to compare

This release contains a known breaking change.

If a DivviupClient is instantiated with DivviupClient::new(token.into(), ...), this release will break the ability of the compiler to infer the type of .into(). Since DivviupClient now takes an impl Display, you can remove the .into() to fix this break.

What's Changed

Full Changelog: 0.1.3...0.1.4