Skip to content

v2.9.4

Compare
Choose a tag to compare
@pnobbe pnobbe released this 18 Jan 16:46
· 872 commits to master since this release
e189e7c

Version 2.9.4

Changes:

  • FunderMaps/Cli
    • New CLI tool has been added
    • Allows the bundle jobs to be controlled from the CLI
    • This deprecates the Python CLI scripts that were used before (now removed from the project)
  • FunderMaps/BatchNode
    • Now defaults to using HTTP2
    • gRPC channel configuration now has defaults set
    • General code improvements
  • FunderMaps/Core
    • Fixed a bug in FunderMaps/Core where a missing enum type mapper was throwing errors because of unknown enum values that were present in the DB.
  • FunderMaps/WebApi
    • Reviewers are no longer cached
  • FunderMaps/Infrastructure
    • Fixed a bug where the EmailService would sometimes be unable to send emails due to a connection failure.