forked from parautenbach/TeamCity-HipChat-Notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
63 lines (45 loc) · 3.15 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Version 0.7.1
* Bug: Notify on first success or failure events wasn't taking branches into account (#34).
Version 0.7.0
* Enhancement: Specifying a dedicated room for server events (#33). To keep this backwards compatible, the default build events room will be used if no server events room has been configured.
Version 0.6.3
* Bug: For large setups, only a 100 rooms were returned to select from (#32).
Version 0.6.2
* Bug: Point the link in the message (default template) to the build configuration rather than the project (#28).
* Bug: Build ID wasn't corrected formatted as a string (#29).
* Bug: Links to a build ID don't require the build type ID anymore, since TeamCity 8 (#30, #31).
Version 0.6.1
* Bug: Large GET request when submitting plugin configuration (due to the templates) can cause a 404 on some setups because of request limits (#26, #27).
* Enhancement: Global setting to only notify on first successful build after a failure, or first failed build after a successful build (#21).
Version 0.6.0
* Bug: Unicode notification message payloads weren't sent as UTF-8 (#20).
* Bug: Race condition during plugin initialisation (during server startup) that sometimes prevented emoticons from being cached (#25).
* Enhancement: Configurable notification message templates.
* Enhancement: In addition to configurable templates, any build or agent parameter can now be referenced too (#16).
* Enhancement: Switched from JUnit to TestNG, added EMMA for code coverage analysis and lint4j for static analysis, with the result that 722 out of 727 lines (99%) are now tested.
Version 0.5.0
* Enhancement: The branch will be rendered as part of the notification for VCSs that uses branches.
* Enhancement: The ability to reload rooms when configuring the API URL and token.
* Enhancement: Switched from StringTemplate to Freemarker for better MVC separation.
* Enhancement: Contributors will now be rendered also in the build started notification.
Version 0.4.4
* Bug: Contributors would only be included if they have a name (and not only a username) on the build server.
Version 0.4.3
* Bug: If emoticons can't be retrieved during plugin initialisation, the server extension's registration will fail.
Version 0.4.2
* Enhancement: Made the project/build configuration a clickable link.
Version 0.4.1
* Enhancement: List the contributors to a build (if available).
Version 0.4.0
* Feature: Clickable links in messages to the build.
Version 0.3.1
* Bug: Project configuration tab didn't use room ID aliases when inheriting from the default or parent configuration.
Version 0.3.0
* Feature: Disable or enable build and server events.
Version 0.2.0
* Feature: Allow setting different rooms for different projects, and allow to use the default configuration or none, or inherit from the parent project. As a consequence, server up and down events are sent to only the default room, if configured.
* Improvement: Instead of entering a room ID, it can now be selected from a dropdown list of available rooms.
* Improvement: Added a button on the configuration page to test the API credentials.
* Bug: Fixed UI bug where disabling the plugin after saving settings didn't respond.
Version 0.1.0
* First release.