Skip to content

Releases: essentialkaos/go-confluence

Version 5.0.1

05 Aug 23:10
v5.0.1
700b061
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

  • License changed from EKOL to Apache-2.0

Version 5.0.0

02 Apr 09:31
v5.0.0
b468adc
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [team-calendars] Added method GetCalendars for fetching info about calendars
  • [team-calendars] Added method IsValidCalendarID for calendar ID validation
  • Parameters validation

Incompatible changes

  • CalendarParameters renamed to CalendarEventsParameters

Improvements

  • All structs was aligned
  • Code refactoring
  • Minor improvements

Version 4.0.0

03 Sep 21:58
v4.0.0
488fa5c
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added method GetRestrictions for fetching restrictions for content with restrictions inheritance 🔥
  • Added method GenTinyLink for tiny link generation

Improvements

  • Added constants with names of operations (read/update)
  • Updated URL's of documentation
  • Minor code refactoring

Version 3.0.0

26 Oct 12:07
v3.0.0
b7e65bb
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • AuditRecord.SysAdminAuditRecord.IsSysAdmin
  • Version.MinorEditVersion.IsMinorEdit
  • Version.HiddenVersion.IsHidden
  • History.LatestHistory.IsLatest
  • WatchStatus.WatchingWatchStatus.IsWatching
  • fasthttp updated to the latest release

Version 2.0.0

03 Aug 20:57
v2.0.0
3835e2c
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Watcher.FullName renamed to Watcher.DisplayName
  • Watcher.UserKey renamed to Watcher.Key
  • User.UserKey renamed to User.Key
  • User.Username renamed to User.Name

Version 1.6.0

01 Aug 22:45
v1.6.0
748ab72
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Handling unknown errors (ported from go-jira)
  • Improved query parsing (ported from go-jira)
  • Added support of new tags for Params structs (ported from go-jira)

Version 1.5.1

11 May 10:02
v1.5.1
ac05f57
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Improved tests for custom unmarshalers

Bugfixes

  • Fixed bug with decoding Content.ExtensionPosition

Version 1.5.0

07 May 21:01
v1.5.0
021b222
Compare
Choose a tag to compare

High Urgency

Changelog

Improvements

  • Minor improvements in public API interface
  • Improved error messages from custom unmarshalers

Bugfixes

  • Fixed bug with Extensions.Position decoding

Version 1.4.0

07 May 15:22
v1.4.0
029de21
Compare
Choose a tag to compare

High Urgency

Changelog

Improvements

  • Added helper for Container struct

Bugfixes

  • Fixed bug with Container.ID decoding
  • Fixed bug with Extensions.Position decoding
  • Fixed bug with escaping query params

Version 1.3.0

04 May 14:24
v1.3.0
51ff151
Compare
Choose a tag to compare

High Urgency

Changelog

New Features

  • Added method SearchContent

Improvements

  • Added links data to Space and Content structs
  • Added helpers for working with data

Bugfixes

  • Fixed typo in ContentCollection struct name
  • Fixed search result struct