Skip to content

Releases: AtlassianPS/ConfluencePS

v2.5.0

29 Mar 10:32
adb0628
Compare
Choose a tag to compare

Changelog

Added

  • Added support for authenticating with X509Certificate (#164, [@ritzcrackr])

Fixed

  • Conversion of pageID attribute of Attachments to [Int] (#166, [@lipkau])
  • Fixed generation of headers in tables when using ConvertTo-ConfluenceTable (#163, [@lipkau])

v2.4.0

12 Dec 23:34
b176b23
Compare
Choose a tag to compare

CHANGELOG

Added

Changed

  • Changed productive module files to be compiled into single .psm1 file (#133, [@lipkau])
  • Fixed ConvertTo-Table for empty cells (#144, [@FelixMelchert])
  • Changed CI/CD pipeline from AppVeyor to Azure DevOps (#150, [@lipkau])
  • Fixed trailing slash in ApiURi parameter (#153, [@lipkau])

v2.3.8

04 Dec 07:50
Compare
Choose a tag to compare

Release version 2.3.8

v2.3.19

06 Sep 08:23
3a73911
Compare
Choose a tag to compare
Merge pull request #145 from AtlassianPS/develop

Release bugfix

v2.3.6

26 Apr 17:04
8d96e12
Compare
Choose a tag to compare
Merge pull request #134 from lipkau/fix/UpdateHelp

Improved Markdown of Help

v2.3.4

26 Mar 09:26
807af25
Compare
Choose a tag to compare
Merge pull request #133 from lipkau/fix/132-CompilePSM1

Added regions in psm1 file for compilation

v2.3.3

23 Mar 10:11
Compare
Choose a tag to compare
Fix CI pipeline

fix git commands that would throw and cause the CI to fail

v2.3.1

22 Mar 21:51
Compare
Choose a tag to compare

FEATURES

  • Added custom object type for Attachments: ConfluencePS.Attachment (#123, [@JohnAdders][])
  • Added Add-Attachment: upload a file to a page (#123, [@JohnAdders][])
  • Added Get-Attachment: list all attachments of a page (#123, [@JohnAdders][])
  • Added Get-AttachmentFile: download an attachment to the local disc (#123, [@JohnAdders][])
  • Added Remove-Attachment: remove an attachment from a page (#123, [@JohnAdders][])
  • Added Set-Attachment: update an attachment of a page (#123, [@JohnAdders][])
  • Made Invoke-Method public (#130, [@lipkau][])
  • Added -InFile to Invoke-Method for uploading of files with form-data (#130, [@lipkau][])

IMPROVEMENTS

  • Moved Online Help of cmdlets to the homepage (#130, [@lipkau][])
  • Updated help for contributing to the project (#130, [@lipkau][])
  • Documentation for the custom classes of the module (#107, [@lipkau][])
  • Added full support for PowerShell Core (pwsh) (#119, [@lipkau][])
  • Added AppVeyor tests on PowerShell v6 (Linux) (#119, [@lipkau][])
  • Added AppVeyor tests on PowerShell v6 (Windows) (#119, [@lipkau][])
  • Tests now run from ./Release Path (#99, [@lipkau][])
  • Have the Build script to "compile" the functions into the psm1 file (enhances performance) (#119, [@lipkau][])
  • Have a zip file deploy as artifact of the release (#90, [@lipkau][])

v2.2.6

01 Jan 22:30
Compare
Choose a tag to compare
Reduced Jobs to 1

v2.2.5

01 Jan 22:20
Compare
Choose a tag to compare
Fix CI