Releases: Gaardsholt/go-gitguardian
Releases · Gaardsholt/go-gitguardian
v0.3.6
Changes
- Added release drafter @Gaardsholt (#33)
- Moved json encoding to the
client
so we only have to handle it there @Gaardsholt (#32) - Fixes Update team method @hugolesta (#31)
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- Added
description
to the response struct of Teams Update method by @Gaardsholt in #28
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Bump @cimg/go from 1.19.4 to 1.19.5 by @dependabot-circleci in #25
- Fixing a mistake in the teams update function by @Gaardsholt in #27
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
What's Changed
- Will return the raw body if
detail
is empty by @Gaardsholt in #24
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Bump @cimg/go from 1.19.3 to 1.19.4 by @dependabot-circleci in #22
- Bugfixes for Teams endpoint by @Gaardsholt in #23
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- upgrading go from 1.17 to 1.19 by @Gaardsholt in #18
- Added dependabo, dependabot-circleci and CODEOWNERS by @Gaardsholt in #19
- Bump @cimg/go from 1.19 to 1.19.3 by @dependabot-circleci in #20
- Added Teams endpoint by @Gaardsholt in #21
New Contributors
- @dependabot-circleci made their first contribution in #20
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- added the
members
endpoint by @Gaardsholt in #3 - Incident Endpoint by @Gaardsholt in #4
- added simple CircleCI workflow by @Gaardsholt in #8
- Fix typo OccurrenceCount -> OccurencesCount. by @francois2metz in #10
- Use cursor pagination when listing incidents and sources by @francois2metz in #7
- Add missing fields from IncidentListResponse and IncidentListResponse by @francois2metz in #9
- Fix date formating for date_before and date_after parameters by @francois2metz in #11
- Add ability to filter incidents by tags. by @francois2metz in #12
- Add missing fields on SourcesResponse. by @francois2metz in #13
- Add pagination to auditlogs list by @francois2metz in #14
- Add cursor pagination when listing members. by @francois2metz in #15
- Allow to get a specific member by id by @francois2metz in #17
New Contributors
- @Gaardsholt made their first contribution in #3
- @francois2metz made their first contribution in #10
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial version released