Browse Source

add changelog entry [ci skip]

pull/1842/head
Anton Kaliaev 7 years ago
committed by Ethan Buchman
parent
commit
246082368a
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      CHANGELOG.md

+ 5
- 4
CHANGELOG.md View File

@ -1,18 +1,19 @@
# Changelog
## 0.3.0 (August 25, 2017)
## 0.3.0 (September 21, 2017_
BREAKING CHANGES:
- [log] logger functions no longer returns an error
- [common] NewBaseService takes the new logger
- [cli] RunCaptureWithArgs now captures stderr and stdout
- +func RunCaptureWithArgs(cmd Executable, args []string, env map[string]string) (stdout, stderr string, err error)
- -func RunCaptureWithArgs(cmd Executable, args []string, env map[string]string) (output string, err error)
- -func RunCaptureWithArgs(cmd Executable, args []string, env map[string]string) (output string, err error)
FEATURES:
- [common] various common HTTP functionality
- [common] Date range parsing from string (ex. "2015-12-31:2017-12-31")
- [common] Date range parsing from string (ex. "2015-12-31:2017-12-31")
- [pubsub] New package for publish-subscribe with more advanced filtering
BUG FIXES:
@ -30,7 +31,7 @@ FEATURES:
IMPROVEMENTS:
- [cli] Error handling for tests
- [cli] Support dashes in ENV variables
- [cli] Support dashes in ENV variables
BUG FIXES:


Loading…
Cancel
Save