Skip to content

v2.2.63

Compare
Choose a tag to compare
@i-oden i-oden released this 13 Mar 07:18
· 660 commits to master since this release
610312e

What's Changed

Noticable by users

  • Added version changelog to the documentation.
  • Reduced debug-level logging.
  • Fixed bugs:
    • Errors during upload makes client return exit code 1.
    • UnicodeEncodeError is caught and displays an understandable message if an invalid special character is used during authentication. Note that the original issue lies in that the registration allows the 'invalid' characters; This is being fixed on the API side as we speak.
  • Clarified error / warning messages printed out after upload issues: The dds_failed_delivery.json file should not be deleted.

Details / Pull requests

  • TESTING THE QUEUE -- 1 by @i-oden in #607
  • Reduce debug level logs by @i-oden in #606
  • Return exit code 1 if only partial upload by @i-oden in #615
  • Clarify dds-failed-delivery.json information on error by @i-oden in #616
  • Catch UnicodeEncodeError in case of non-latin 1 chars by @i-oden in #617
  • Restructure PR template and add information to release instructions by @i-oden in #618
  • Change changelog to sprintlog and add "real" changelog for versions by @i-oden in #620
  • Version change, changelog, rich-codex: For 2.2.63 by @i-oden in #621
  • Update PR template include changelog instructions by @i-oden in #622
  • New release: 2.2.63 by @i-oden in #619

Full Changelog: v2.2.62...v2.2.63