Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
83 lines (43 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

83 lines (43 loc) · 1.8 KB

CHANGELOG

1.3.0

  • add support for more than 200 results when searching for tickets #22

1.2.0

  • add support for more than 500 bins, refactored and options added #21

1.1.1

  • add support for more than 500 bins #20

1.1.0

  • add support for searching tickets #19

1.0.2

  • Fix unfriendly filenames not attaching to Vimaly tickets #17

1.0.1

  • Update for Ruby 2.6.3 compatibility.

1.0.0

  • allow adding attachments with providing a content-type #15

0.5.3

  • add support for Ruby 2.5.3 #14

0.5.2

  • return the correct ticket-id after creating a ticket #13

0.5.1

  • return the ticket-id after updating a ticket #12

0.5.0

  • add support for adding attachments to tickets #11

0.4.0

  • support API version 2 #10

0.3.1

  • use Ruby 2.5.1 #9

0.3.0

  • ask for more bins #8

0.2.5

  • Ruby 2.5.0 support

0.2.4

  • Ruby 2.4.2 support

0.2.3

  • Ruby 2.4.1 support

0.2.2

  • handle Bad Gateway 502 errors

0.2.1

  • Fix creation of duplicated tickets (due to caching)

0.2.0

  • Support the ability to retrieve all tickets for a bin, and to run a matcher through this
  • Support custom fields on ticket
  • Add an integration test (site configured)