Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

61 lines (40 loc) · 3.41 KB

Changelog

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