Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 3.29 KB

File metadata and controls

42 lines (35 loc) · 3.29 KB

Changelog

v0.4.0 - 2025-06-30

  • fix: trigger release workflow only via workflow_dispatch by @buty4649 in #21
  • feat: add event_type field to event list output and optimize event type mapping by @buty4649 in #23
  • Add comprehensive CSV output support by @buty4649 in #24

v0.3.2 - 2025-06-18

  • feat: Add pagination support to GetAppUsers and refactor related code by @buty4649 in #19

v0.3.1 - 2025-06-18

  • fix: suppress double error output by removing redundant error print in main.go by @buty4649 in #17

v0.3.0 - 2025-06-18

  • feat: add --detail flag to app list command by @buty4649 in #6
  • Add golangci-lint configuration and update version by @buty4649 in #7
  • Enable dependabot by @buty4649 in #8
  • deps(deps): bump github.com/spf13/cobra from 1.8.0 to 1.9.1 by @dependabot in #10
  • Use tagpr by @buty4649 in #12
  • deps(deps): bump github.com/goccy/go-yaml from 1.17.1 to 1.18.0 by @dependabot in #11
  • Remove commit-message prefix/include by @buty4649 in #13
  • Use GitHub App token by @buty4649 in #15
  • deps(deps): bump github.com/onelogin/onelogin-go-sdk/v4 from 4.1.0 to 4.6.1 by @dependabot in #9

v0.3.0 - 2025-06-18

  • feat: add --detail flag to app list command by @buty4649 in #6
  • Add golangci-lint configuration and update version by @buty4649 in #7
  • Enable dependabot by @buty4649 in #8
  • deps(deps): bump github.com/spf13/cobra from 1.8.0 to 1.9.1 by @dependabot in #10
  • Use tagpr by @buty4649 in #12
  • deps(deps): bump github.com/goccy/go-yaml from 1.17.1 to 1.18.0 by @dependabot in #11
  • Remove commit-message prefix/include by @buty4649 in #13
  • Use GitHub App token by @buty4649 in #15

v0.2.0 - 2025-04-25

  • Fix CreateUser request format to match OneLogin API requirements by @k-inatchi in #1
  • Add GitHub Actions workflow for Go tests by @buty4649 in #2
  • feat: update goreleaser configuration by @buty4649 in #3
  • v0.2.0 by @buty4649 in #4
  • Use goreleaser-action@v6 by @buty4649 in #5

v0.1.0 - 2025-04-14