Skip to content

Commit

Permalink
Preparing for 1.7 release
Browse files Browse the repository at this point in the history
New features:

* Advanced settings
  * Team domain and token can be specified per project; falls back to
    global config if not specified (#19)
  * Post a list of commits with the build notification (title and author
    of commit) (#30, #44, #45)
  * Include JUnit test summary in build notifications (#25)
* Use colors when sending a message using slack (#20, #24).  Also, the
  start notifications use the color of the last build result (#43)
* Support for authenticated proxies (#14)
* Test Connection button (#46, #28)
* Option to disable subsequent notifications on build failures (#46, #15)

Improvements:

* Report 'return to normal' on transition from unstable to success (#21)
* Improved logging.

Bug fixes:

* When changing the global slack settings the slack config in jobs are
  updated as well (#26, #12)
* Fix NullPointerException and output log message if slack is not
  configured (#35, JENKINS-26066)
  • Loading branch information
samrocketman committed Feb 10, 2015
1 parent 94ecba0 commit d6047eb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 1.7.0 release notes

New features:

* Advanced settings
* Team domain and token can be specified per project; falls back to global
config if not specified (#19)
* Post a list of commits with the build notification (title and author of
commit) (#30, #44, #45)
* Include JUnit test summary in build notifications (#25)
* Use colors when sending a message using slack (#20, #24). Also, the start
notifications use the color of the last build result (#43)
* Support for authenticated proxies (#14)
* Test Connection button (#46, #28)
* Option to disable subsequent notifications on build failures (#46, #15)

Improvements:

* Report 'return to normal' on transition from unstable to success (#21).
* Improved logging.

Bug fixes:

* When changing the global slack settings the slack config in jobs are updated
as well (#26, #12)
* Fix NullPointerException and output log message if slack is not configured
(#35, JENKINS-26066)
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</roles>
</developer>
<developer>
<id>samrocketman</id>
<id>sag47</id>
<name>Sam Gleske</name>
<email>sam.mxracer@gmail.com</email>
<url>https://github.com/samrocketman</url>
Expand Down

0 comments on commit d6047eb

Please sign in to comment.