Skip to content

Releases: way-platform/mapon-go

v0.15.0

14 Apr 16:14

Choose a tag to compare

0.15.0 (2026-04-14)

Feature

  • proto-defined client interface (6603e17)

v0.14.1

10 Apr 10:35

Choose a tag to compare

0.14.1 (2026-04-10)

Bug Fixes

v0.14.0

10 Apr 06:16

Choose a tag to compare

refactor(cli): replace untyped Store with typed CredentialStore

- Replace `Store` interface (`Read(any)/Write(any)/Clear()`) with typed
  `CredentialStore` interface (`Load()/Save()/Clear()`)
- Replace `FileStore` with `CredentialFileStore` — pure `encoding/json`,
  remove dead `protojson`/`proto` imports
- Export `Credentials` struct for use by external integrators
- Simplify credential resolution to single-path logic

v0.13.0

09 Apr 18:48

Choose a tag to compare

0.13.0 (2026-04-09)

Feature

  • add ParsePushMessage for push webhook payloads (838dcb5)

v0.12.0

09 Apr 11:34

Choose a tag to compare

0.12.0 (2026-04-09)

Feature

  • cli: use proto-generated Credentials type (4d7b9df)

v0.11.0

09 Apr 09:04

Choose a tag to compare

0.11.0 (2026-04-09)

Feature

  • add pack id annotation to type (301c9ad)

v0.10.1

08 Apr 19:05
e2d69f6

Choose a tag to compare

0.10.1 (2026-04-08)

Bug Fixes

  • tidy cli and cmd go.mod for protovalidate indirect dep (e2d69f6)

v0.9.0

08 Apr 16:48

Choose a tag to compare

0.9.0 (2026-04-08)

Feature

  • add Push API specifications (65690f9)

v0.8.0

22 Mar 18:55

Choose a tag to compare

0.8.0 (2026-03-22)

Feature

  • cli: add WithHTTPClient injection, separate cli module (19309b6)

v0.7.0

22 Mar 17:57

Choose a tag to compare

0.7.0 (2026-03-22)

Feature

  • cli: add reusable cli package (baf0bb3)