Splice v1.1.0
Splice 1.1.0 is a bugfix and minor enhancement release.
This release changes the event IDs used by SpliceD for logging, as well as renaming some SpliceD metrics. The metric package has been removed in favor of the corresponding metric package in github.com/google/cabbie.
What's Changed
- Trigger an error on HTTP responses outside the 200 range. by @copybara-service in #1
- Begin adding support for go 1.11 by @copybara-service in #2
- Complete adding go1.11 support to splice by @copybara-service in #3
- Update detection string for AlreadyExists error. by @copybara-service in #6
- CreateTopic doesn't return the topic if it already exists by @copybara-service in #7
- Replaced non-inclusive terminology throughout code base and documentation. by @copybara-service in #9
- Migrate splice from travis to GitHub Actions by @copybara-service in #10
- Add go.mod file to enable module dependency management for GitHub pull requests. by @copybara-service in #11
- Move from IsAnInteractiveSession to IsWindowsService. by @copybara-service in #15
- Write http.StatusOK to the request response header. by @copybara-service in #19
- Running mdfmt by @copybara-service in #23
- Change metric format to the one used by Cabbie et al. by @copybara-service in #24
- Use iota for counting server codes. by @copybara-service in #18
- Rename SpliceD metrics to replace - with _. by @copybara-service in #25
- Implement named events for spliced/service_windows.go by @copybara-service in #26
- Fix provider sensitivity in getHostKey. by @copybara-service in #27
- Implement named events for spliced/spliced.go by @copybara-service in #28
- Handle no matching certificates. Remove unnecessary declarations. by @copybara-service in #30
- Remove the spliced/metric package in favor of cabbie's. by @copybara-service in #29
- Refactor store open/close. by @copybara-service in #32
New Contributors
- @copybara-service made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0