Skip to content

Bugfix release to handle MonarchMoney API changes

Latest

Choose a tag to compare

@hammem hammem released this 29 Jan 17:09
· 9 commits to main since this release
069a866

This release addresses some changes Monarch is enforcing with its Graph API around headers and long-lived sessions.

If you get 403 errors after upgrading

One part of the issues is Monarch appears to have invalidated 'old' saved sessions. If you are getting errors after upgrading to this version and are using a saved session, please do one of the following:

  • Delete the saved session file on disk via command line: rm -fR .mm in the directory where you've saved your session
  • Calling delete_session()

Once it's deleted, perform a new login call and things should work as expected.

What's Changed

Full Changelog: v.0.1.14...v0.1.15