github hammem/monarchmoney v0.1.15
Bugfix release to handle MonarchMoney API changes

27 days ago

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

Don't miss a new monarchmoney release

NewReleases is sending notifications on new releases.