- Extend the Connection protocol to clojure.lang.Atom, so that we can have connection in immutable object or mutable object. With connection object mutable, we can refresh it when the token expires.
- [breaking] Support only metabase version >=
0.46.1
- Change the API call parameters on
/api/dashboard/:id/cards
- Let (setup/init-metabase! config) support first-name, last-name, site-name.
- Add fetch-users API
- [breaking] Support only metabase version >=
0.40.0
- Support the pagination feature of
/api/user
Ref
- Add setup automation
- First release