Skip to content

Latest commit

 

History

History
135 lines (74 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

135 lines (74 loc) · 5.47 KB

Changelog

0.13.0 / 2024-12-11

Features

  • add creating safes feature in terraform provider (#175)
  • add fuzzing tests (#171)

0.12.0 / 2024-12-02

Features

  • add logs in performance test (#169)

0.11.0 / 2024-11-29

Features

  • add creating folders feature in terraform provider (#165)

0.10.0 / 2024-11-26

Features

  • add writing secrets feature in terraform provider (#161)

0.9.1 / 2024-11-08

Bug Fixes

  • client credentials are not required, add apikey validation (#154)

0.9.0 / 2024-11-08

Features

  • add writing managed accounts feature in terraform provider (#152)
  • BIPS-18112 Enforce PR link to Jira (#147)

Bug Fixes

  • Fixing Go Linter (#153)

0.8.1 / 2024-10-21

Bug Fixes

  • return error when secret was not found (#145)

0.8.0 / 2024-10-18

Features

  • return error when occurs from secrets flow (#142)

0.7.0 / 2024-10-17

Features

  • launch please release app (#140)
  • Support API Key Authentication (#139)

Bug Fixes

  • artifactory documentation updated (#131)
  • security findings resolved and fixed (#130)

0.6.0 / 2024-07-03

Features

  • use a struct to group validate input function parameters (#116)

0.5.0 / 2024-04-16

Features

  • remove verifyca from required list (#86)

0.4.1 / 2024-03-20

Bug Fixes

  • change library imports paths (#71)
  • change module name in .mod file (#65)

0.4.0 / 2024-03-08

Features

  • add performance test (#56)

0.3.0 / 2024-03-05

Features

  • put 30 seconds as default client time out (#39)

Bug Fixes

  • file download (#33)
  • long paths not parsing correctly (#50)

0.2.1 / 2024-02-26

Bug Fixes

  • solve minor issues and linting issues (#30)

0.2.0 / 2024-02-23

Features

  • initial commit (#2)

0.1.0 / 2024-02-22

Features

  • Changing release type to simple
  • codeql config added
  • Dependabot config added
  • Frogbot config added
  • Release please config added
  • Release please yaml added
  • Workflow init (#1)

Bug Fixes

  • Fixing codeql behavior

Miscellaneous Chores

  • release 0.1.0 (#10)