Splice v1.2.1 Highlights
- Go updated to 1.18
- Internal logging for Splice CLI and SpliceD migrated to https://github.com/google/deck
- Removal of the GCE validator from Splice App
What's Changed
- Call Close() on the pubsub client. by @copybara-service in #58
- Update go.mod and add go.sum by @copybara-service in #60
- Remove the GCE validator due to known issues with the JWT library. by @copybara-service in #62
- Update CLI tests to 1.18, add AppEngine build, add run vet, merge test jobs. by @copybara-service in #61
- Update imports to appengine/v2. by @copybara-service in #66
- Log splice cli errors and success to event log along with stdout. by @copybara-service in #68
- Add check for -name being supplied with -generate_cert. by @copybara-service in #70
- Expand invalid hostname length to begin at 16 characters instead of 15 by @copybara-service in #72
- Migrate Splice CLI logging from eventlog to github.com/google/deck. by @copybara-service in #76
- Migrate SpliceD logging from eventlog to github.com/google/deck. by @copybara-service in #77
Full Changelog: v1.2.0...v1.2.1