2022-09-16

๐Ÿš€ Feature

  • Charge transactions can be filtered by fromDate and state
  • Charge transactions are sorted by createdAt descending

โš ๏ธ Breaking change

  • Previously, the pagination page parameter would handle 0 and 1 equally but return an incorrect pagination meta data. Our Pagination page parameter was updated to start from 0. A page of 1 will now return the second page.

2022-09-14

๐Ÿš€ Feature

  • New endpoint added for reserving a Charge Point.

โš ๏ธ Breaking change

  • fromType and from on wallet transaction model is nullable now (e.g. for deposit transactions)
  • toType and to on wallet transaction model is nullable now (e.g. for withdrawal transactions)

2022-07-06

๐Ÿš€ Feature

  • New map endpoint for Charge Points, allowing you to retrieve Clusters, Sites and Charge Points to be rendered on a map.
  • Added field deeplinks to Charge Points. They allow you to start charging via Monta app or web app [no registration needed].
  • Added auth scopes to credentials. Scope determines if you are eligible to access certain endpoints.

๐Ÿ“ Docs

  • Update contact url in docs.

2022-06-13

๐Ÿš€ Feature

  • Rate-limit will be enforced from now on

โš ๏ธ Breaking change

  • staticMapUrl removed from Location model

2022-06-03

๐Ÿงน Chore

  • Better error handling

2022-06-01

โš ๏ธ Breaking change

  • Rename Connector.slug to Connector.identifier
  • Rename query param from/to to fromDate/toDate in wallet transactions

๐Ÿ› Fix

  • Throw 401 instead of 404 when client credentials are wrong

๐Ÿ“ Docs

  • Improve description for pagination parameters
  • Add schema for TeamOrOperator
  • Add enum values to all enum types
  • Add security schemes

2022-05-31

๐Ÿš€ Feature

  • Initial Release with Sites, Charge Points, Charges, Wallet Transactions and Start/Stop charging