Skip to content

Releases: einride/monta-go

v0.10.0

10 Jan 12:52
Compare
Choose a tag to compare

0.10.0 (2023-01-10)

Feature

  • add missing filters when listing charges (1cc3684)
  • add teamId to charge point (6ec2827)
  • add lastMeterReadingKwh to charge point (b97df34)
  • add charge auth token endpoints (835b32e)

Chores

  • deps: bump go.einride.tech/sage from 0.191.0 to 0.192.1 in /.sage (8a05509)

v0.9.0

06 Dec 10:43
Compare
Choose a tag to compare

0.9.0 (2022-12-06)

Feature

  • add chargeAuth to charges (77788a4)

Chores

v0.8.0

28 Nov 08:51
Compare
Choose a tag to compare

0.8.0 (2022-11-28)

Feature

  • add busy-charging as CP state (b6d70ba)

v0.7.0

15 Nov 14:17
Compare
Choose a tag to compare

0.7.0 (2022-11-15)

Feature

  • add created_at and updated_at fields (7e74fc8)

Chores

  • deps: bump github.com/spf13/cobra in /cmd/monta (336cfb1)

v0.6.0

28 Oct 10:31
Compare
Choose a tag to compare

0.6.0 (2022-10-28)

Feature

  • introduce common page filters (345f220)

Bug Fixes

  • update types to follow monta spec (2dc9ad9)

v0.5.0

25 Oct 11:22
Compare
Choose a tag to compare

0.5.0 (2022-10-25)

Feature

  • implement restart charge endpoint (af37060)
  • implement get wallet transaction endpoint (03180df)
  • implement get charge endpoint (a904488)
  • implement stop charge endpoint (35d78e5)
  • implement single charge point retrival (084b500)
  • implement single site retrival (17094d7)

Code Refactoring

  • use template method for "me" endpoint (ccf20f8)
  • accept nil as query string (5372c8c)
  • make code more reusable (5becfdc)
  • reuse generic method for get endpoints (b8f37b5)
  • avoid repetition (a4f47a9)
  • avoid repetition (71c3afd)

Chores

  • make feet monitor code owner (5b23212)
  • clean up code (5f0fe0e)
  • finish descriptions with a dot (9ef98a8)
  • clean up code (4c8ff94)
  • rename file to follow others (37f77a4)
  • deps: bump go.einride.tech/sage from 0.164.1 to 0.167.0 in /.sage (c559731)

v0.4.0

03 Oct 18:17
Compare
Choose a tag to compare

0.4.0 (2022-10-03)

Feature

  • add support for start charge (f47b574)

Chores

v0.3.1

29 Sep 09:49
Compare
Choose a tag to compare

0.3.1 (2022-09-29)

Bug Fixes

  • prevent binary release error (f0e1d0e)

Documentation

Chores

CI

v0.3.0

20 Sep 06:03
Compare
Choose a tag to compare

0.3.0 (2022-09-20)

Feature

  • add support for listing wallet transactions (7217e24)

v0.2.0

14 Sep 06:25
Compare
Choose a tag to compare

0.2.0 (2022-09-14)

Feature

  • add support for listing charges (026f819)

CI

  • don't force bump patch version (56a6449)