Skip to content

pycsw-3.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@abrighton abrighton released this 29 Sep 11:57
· 138 commits to master since this release

Changed

  • Fixed issue with "Current State" publishing from python code.

  • Updated for latest csw version (v3.0.0-M1)

  • Changed event service code to get the redis sentinel location from the location service and use it (previously used hard coded host:port)

  • Added unsubscribe method to EventSubscriber (Used to unsubscribe only: You can also call stop() on the event subscriber thread returned from the subscribe call to stop the listening thread.)