Skip to content

Latest commit

 

History

History
155 lines (101 loc) · 8.95 KB

CHANGELOG.md

File metadata and controls

155 lines (101 loc) · 8.95 KB

Changelog

Newer releases are listed in GitHub Releases

2.18.1 - 2020-10-09

  • Fixed Issue #90. Now uses comment equality in CommentAdded events (PR #98)

2.18.0 - 2020-07-10

  • Adding ability for external json config file to ignore incoming events (PR #93)

2.17.0 - 2019-11-01

  • Added vote-deleted event (PR #89)

2.16.0 - 2019-05-24

  • Add capability to modify which events are interesting (PR #87)

2.15.0 - 2019-03-08

  • Option to Cache the existing SSH connection for GerritQueryHandler (PR #86)
  • Minimum Java 8, updated dependencies and allow packaging with JDK 9 (PR #85)

2.14.1 - 2018-11-29

  • hashtags: Also convey added and removed hashtags (PR #84)

2.14.0 - 2018-10-24

  • Add hashtags-changed event (PR #83)

2.13.0 - 2018-09-12

  • Add "private" and "wip" states to Change (Continued) (PR #81)
  • JENKINS-50568 - make receive queue max threads configurable (PR #79)
  • Filter out duplicate LineComments (PR #82)

2.12.1 - 2018-02-28

  • Prevent receiving list of random changes for empty topic name. (PR #78)

2.12.0 - 2018-02-15

  • Bumped json lib to 2.4
  • Some more/better logging (PR #74, #75)
  • Using endsWith instead of equals to blacklist e-mails. (PR #76)
  • Added API to retrive all topic related data from the change and added change status to the change based events. (PR #77)

2.11.3 - 2018-01-15

2.11.2 - 2017-12-20

  • Allow for propagating timeout for ssh connection from GerritQueryHandler down to jsch.Session. (pull #72)

2.11.1 - 2017-08-10

2.11.0 - 2017-06-13

JENKINS-43904 Added the 'tag' field to ReviewInput class. pull 63

2.10.2 - 2017-05-11

Issue 58 Get out of gerrit event stream loop in illegal state. By adding more connection checks. pull 62

2.10.1 - 2017-04-04

Issue 59 Fixed broken JSON when more than one line was received in the buffer. pull 60

2.10.0 - 2016-05-18

Added newRev to change-merged event. pull 54, 55

Bumped Apache HttpClient dependency to 4.5.2

2.9.5 - 2016-04-11

Support oldValue instead of updated property for Approvals that was added in 2.9.3. pull 51, 52

2.9.4 - 2016-02-29

Added methods to get a read only view of registered listeners. pull 49

2.9.3 - 2015-10-07

Fixed a Java 6 compatibility issue introduced in 2.9.2

Added the coming updated attribute to Approval. pull 48

Added toString() methods to RefReplicated and RefReplicationDone to help in debugging pull 47

2.9.2 - 2015-09-14

JENKINS-12690 Fixed SSH Key passphrase validation pull 45

2.9.1 - 2015-09-03

Backwards compat for RefUpdated in Gerrit 2.12 pull 44

2.9.0 - 2015-08-28

Added reviewer-added event pull 41

Added merge-failed event pull 42

2.8.0 - 2015-08-27

Added topic-changed event pull 39

Switched from using deprecated DefaultHttpClient to HttpClientBuilder pull 37

2.7.1 - 2015-05-18

Use public key as preferred authentication pull 36

2.7.0 - 2015-05-04

Added patchset-notified event pull 33

Added project-created event pull 34

Corrected spelling of GerritJsonEventFactory.isInteresgingAndUsable pull 35

2.6.1 - 2015-02-16

Updated com.jcraft.jsch to 0.1.51 pull 32

2.6.0 - 2015-02-06

Allow subclasses of GerritHandler to control the creation of EventThreads. pull 31

2.5.0 - 2014-12-15

Fix corrupted chars while reading from utf-8 stream pull 28

New eventCreatedOn attribute for GerritTriggeredEvent pull 29

2.4.2 - 2014-10-26

Correct the construction of the refname pull 27

2.4.1 - 2014-09-16

DraftPublished as RepositoryModifiedEvent is back (fixing the binary compatibility problem in 2.4.0) pull 26

2.4.0 - 2014-09-09

Change-Id is now part of event attribute comparison pull 23

Added Callable versions of the send command jobs pull 24

Fixed waiting for replication for DraftPublished and ChangeMerged events pull 25

WARNING: this breaks binary compatibility with previous versions as it removed an interface implementation from DraftPublished, and therefore should have bumped the major version. But it was an oversight in the original implementation and is more considered a bug-fix; so only the minor version is bumped.

2.3.0 - 2014-08-27

Added createdOn and lastUpdated for Change and createdOn for PatchSet attributes a154e14

Added methods to AbstractSendCommandJob that throws exception on connection error for easier retrying pull 22

2.2.0 - 2014-08-12

Added CommentAdded::comment event attribute pull 18

Expose exit code and stderr of ssh commands pull 19

2.1.0 - 2014-06-16

Added ChangeKind to PatchSet (introduced in Gerrit 2.10) pull 17

2.0.1 - 2014-05-16

Added notify field to REST ReviewInput pull 16

2.0.0 - 2014-04-25

Initial separated release. a29ec0b