Releases: Chavaillaz/jira-client
Releases · Chavaillaz/jira-client
2.2.3
2.2.2
2.2.1
- Add utilities for managing company specificities
LinkDefinition
, for enumerations describing possible links between issuesStatusDefinition
, for enumerations describing possible statuses and transitionsStatusTransition
, to manage transitions from multiple statuses
- Add
getIssues
inSearchApi
- Update dependencies
- Move to Java 21
2.2.0
2.1.0
- Add
fields
parameters for searches
Allows to give fields to retrieve in order to improve search performance for issue types with many custom fields. - Use default HTTP client builder from common
Allows users to override and use the default HTTP client builders to set parameters (avoid copy paste). - Update dependencies
2.0.0
This version has breaking changes:
- New Vert.x client is now available
- Major refactoring in multiple places
- Use a common library to remove code duplication, moving many classes in
com.chavaillaz.client.common
- Move main package
com.chavaillaz.jira
tocom.chavaillaz.client.jira
to align with common library - Refactor authentication and provide token and password default implementations
- Move default client initialization for each HTTP client inside
JiraClient
- Rename client classes to API
- Use a common library to remove code duplication, moving many classes in
- Update dependencies
1.3.1
1.3.0
- Add also an OffsetDateTime deserializer.
- Add new convenience methods to get and set custom fields without reimplementing Fields and Issue class.
- Improve management of errors as sometimes Jira responds with an HTML content instead of the common JSON errors.
- Add new methods returning an Optional method.
Thanks to @zodvik for his participation !