Releases: essentialkaos/go-confluence
Releases · essentialkaos/go-confluence
Version 5.0.1
Changelog
Improvements
- License changed from EKOL to Apache-2.0
Version 5.0.0
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
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
Changelog
Improvements
AuditRecord.SysAdmin
→ AuditRecord.IsSysAdmin
Version.MinorEdit
→ Version.IsMinorEdit
Version.Hidden
→ Version.IsHidden
History.Latest
→ History.IsLatest
WatchStatus.Watching
→ WatchStatus.IsWatching
fasthttp
updated to the latest release
Version 2.0.0
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
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
Changelog
Improvements
- Improved tests for custom unmarshalers
Bugfixes
- Fixed bug with decoding
Content.ExtensionPosition
Version 1.5.0
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
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
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