Skip to content

Releases: CrowdStrike/gofalcon

v0.2.25

08 Aug 13:36
Compare
Choose a tag to compare

Changelog

  • 2e437b1 Bump github.com/go-openapi/swag from 0.21.1 to 0.22.0
  • b67470c Chores CI: Add go 1.19
  • 48cdd9f Merge duplicate meta types
  • 71710b5 Merge pull request #251 from isimluk/merge-duplicate-meta-types
  • e4de0a6 Merge pull request #252 from isimluk/swagger-update
  • bb9e9f4 Merge pull request #253 from CrowdStrike/dependabot/go_modules/github.com/go-openapi/swag-0.22.0
  • abadede Merge pull request #254 from isimluk/go-1.19
  • c4b2c77 Merge pull request #255 from isimluk/swagger-update
  • a4f2bc8 Re-format the codebase using improved go 1.19 gofmt
  • f2b0fdc Re-generate the codebase using the latest swagger
  • 2f28afa Re-generate the codebase using the latest swagger
  • 912476e v0.2.25

v0.2.24

26 Jul 13:25
Compare
Choose a tag to compare

Changelog

  • 1eda5c8 Bump actions/checkout from 2 to 3
  • 64a46c5 Bump actions/setup-go from 1 to 3
  • 99e0536 Bump github.com/go-openapi/strfmt from 0.21.2 to 0.21.3
  • cd6bb7f Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
  • 66a020e Bump github/codeql-action from 1 to 2
  • 05d2013 Bump golangci/golangci-lint-action from 2 to 3
  • 95d69a9 Merge pull request #241 from CrowdStrike/dependabot/go_modules/github.com/go-openapi/strfmt-0.21.3
  • ed35a34 Merge pull request #242 from isimluk/dbot
  • a4cc7a7 Merge pull request #243 from CrowdStrike/dependabot/github_actions/actions/setup-go-3
  • b02e352 Merge pull request #244 from CrowdStrike/dependabot/github_actions/actions/checkout-3
  • be557bc Merge pull request #245 from CrowdStrike/dependabot/github_actions/golangci/golangci-lint-action-3
  • 102858c Merge pull request #246 from CrowdStrike/dependabot/github_actions/github/codeql-action-2
  • fc547f6 Merge pull request #247 from CrowdStrike/dependabot/go_modules/github.com/sirupsen/logrus-1.9.0
  • 151165e Merge pull request #248 from isimluk/swagger-update
  • 9738df9 Merge pull request #249 from isimluk/swagger-update
  • 7969b71 Merge pull request #250 from isimluk/swagger-update
  • 0546f4e Re-generate the codebase using the latest swagger
  • 3899798 Re-generate the codebase using the latest swagger
  • 0aee70c Re-generate the codebase using the latest swagger
  • 28f9e60 Rename msaspec.Error back to msa.APIError
  • dfe3e83 chores: ci: dependabot for gh actions
  • 176f658 v0.2.24

v0.2.23

11 Jul 13:54
Compare
Choose a tag to compare

Changelog

  • 24423dd Fix an overflow of int64 during the parsering of the data
  • 6d24fa9 Merge pull request #238 from isimluk/goreleaser-check
  • f543bc1 Merge pull request #239 from isimluk/spotlight
  • d012a19 Revert "Fix an overflow of int64 during the parsering of the data"
  • ad8004a ci: check goreleaser configuration
  • 05fb6fa fix the mis-configuration of goreleaser
  • a3420f0 v0.2.23

v0.2.22

05 Jul 15:09
e1128c6
Compare
Choose a tag to compare

What's Changed

  • Introduce high-level API to manipulate RTR sessions by @isimluk in #225
  • Bump github.com/go-openapi/runtime from 0.24.0 to 0.24.1 by @dependabot in #226
  • New Example: CrowdStrike Falcon Zero Trust Assessment by @isimluk in #227
  • Re-generate the codebase using the latest swagger by @isimluk in #228
  • Bump yaml.v3 in our dependency chain to pick up CVE-2022-28948 by @isimluk in #229
  • Bump github.com/go-openapi/validate from 0.21.0 to 0.22.0 by @dependabot in #231
  • Re-generate the codebase using the latest swagger by @isimluk in #232
  • Re-generate the codebase using the latest swagger by @isimluk in #233
  • Re-generate the codebase using the latest swagger by @isimluk in #236
  • Fix an overflow of int64 during the parsering of the data by @isimluk in #237

Full Changelog: v0.2.21...v0.2.22

v0.2.21

03 May 13:54
Compare
Choose a tag to compare

Changelog

  • bb962ba Allow download of files sent with mime type application/x-7z-compressed
  • 8f7b9d9 Bump github.com/go-openapi/runtime from 0.23.3 to 0.24.0
  • d895ada Make sure to patch rtr extract to be able to download file
  • 1b3a60a Merge pull request #220 from isimluk/swagger-update
  • b0f492e Merge pull request #221 from isimluk/fix-219
  • 657bb74 Merge pull request #222 from isimluk/fix-218
  • d52c476 Merge pull request #223 from isimluk/swagger-update
  • 9ebf8ca Merge pull request #224 from CrowdStrike/dependabot/go_modules/github.com/go-openapi/runtime-0.24.0
  • ee59ab5 Re-generate the codebase using the latest swagger
  • 88a14f5 Re-generate the codebase using the latest swagger
  • 3a6c181 Re-generate the codebase using the latest swagger
  • 48beff7 json: invalid number literal, trying to unmarshal "DOMAIN_COMPROMISE" into Number
  • 4532507 v0.2.21

v0.2.20

11 Apr 08:55
Compare
Choose a tag to compare

Changelog

  • ad628d0 Hint users when they hit their won ip-based allowlist rules
  • 094228e Merge pull request #213 from isimluk/hint-on-ip-based-allowlisting
  • 133ebda Merge pull request #214 from isimluk/latest-kernel-check
  • e9add72 Merge pull request #216 from isimluk/fix-215
  • 7ae7098 Merge pull request #217 from isimluk/content-type-workaround
  • ec85e7e New example: short list of recent supported kernels
  • 203e1f2 Streaming API: Accept string values, when uint64 is expected
  • 920cd63 v0.2.20
  • b07f2b9 workaround missing content-type header when body is empty

v0.2.19

25 Mar 17:10
Compare
Choose a tag to compare

Changelog

  • 2482d4b Fixing broken goreleaser build
  • f4dda6d Merge pull request #211 from isimluk/swagger-update
  • c5ffaf2 Merge pull request #212 from isimluk/fix-goreleaser
  • 0a64c7a Re-generate the codebase using the latest swagger
  • 4035787 v0.2.19

v0.2.17

03 Feb 11:46
Compare
Choose a tag to compare

Changelog

  • a4ca2c6 Allow configurable limit in falcon_cleanup_hosts
  • 9681dad Bump github.com/go-openapi/errors from 0.20.1 to 0.20.2
  • 616ab46 Bump github.com/go-openapi/runtime from 0.21.0 to 0.21.1
  • f842067 Example: falcon_discover_host_details
  • f2dd703 Falcon Cleanup Hosts
  • 5e3a053 Hide hosts in batches
  • e72cede Merge pull request #168 from isimluk/example-falcon-discover-host-details
  • 44dd8bb Merge pull request #181 from isimluk/swagger-update
  • 8843b54 Merge pull request #182 from isimluk/cleanup_hosts
  • 2657198 Merge pull request #183 from isimluk/swagger-update
  • c0bb3b1 Merge pull request #184 from redhatrises/limit_cleanup_hosts
  • ba88966 Merge pull request #185 from CrowdStrike/dependabot/go_modules/github.com/go-openapi/runtime-0.21.1
  • 8f49876 Merge pull request #186 from CrowdStrike/dependabot/go_modules/github.com/go-openapi/errors-0.20.2
  • 05c479a Merge pull request #187 from isimluk/swagger-update
  • 87adde2 Merge pull request #188 from isimluk/swagger-update
  • 1b38505 Merge pull request #189 from isimluk/swagger-update
  • bbac9b2 Re-generate the codebase using the latest swagger
  • c32ff82 Re-generate the codebase using the latest swagger
  • ef11c92 Re-generate the codebase using the latest swagger
  • 87daa9f Re-generate the codebase using the latest swagger
  • 4342dbf Re-generate the codebase using the latest swagger
  • 3cd38a8 v0.2.17

v0.2.16

13 Dec 10:11
Compare
Choose a tag to compare

Changelog

  • f23fce5 Avoid go installation warnings during golangci-lint action
  • ac84184 Bump github.com/go-openapi/strfmt from 0.21.0 to 0.21.1
  • e17dfec CI: Drop testing on go1.14
  • 2a7bc1f CI: Fix bash logic in the linter
  • 1db1122 CI: Use the latest version of golangci-lint
  • bad457c Examples clean-up, some examples were missing here or there
  • 28598b4 Installation script
  • 5bacd7e Merge pull request #169 from isimluk/explicit-name-for-cloud-autodiscover
  • 3cb7da8 Merge pull request #170 from CrowdStrike/isimluk-patch-2
  • 5828dd7 Merge pull request #171 from isimluk/ci-warnings
  • 3d99d95 Merge pull request #172 from isimluk/ci-ditch-1.14
  • 402bcce Merge pull request #173 from isimluk/ci-bump-golangci-lint
  • fb07613 Merge pull request #174 from CrowdStrike/dependabot/go_modules/github.com/go-openapi/strfmt-0.21.1
  • 3b079af Merge pull request #175 from isimluk/swagger-update
  • 006a869 Merge pull request #176 from isimluk/install
  • 1081b5d Merge pull request #177 from isimluk/ux-autodiscovery
  • f901586 Merge pull request #178 from isimluk/examples-cleanup
  • 9e8599a Merge pull request #179 from isimluk/swagger-update
  • 79232ac Merge pull request #180 from isimluk/swagger-update
  • bda688c Provide explicit name for Falcon Cloud Region autodiscovery
  • 9e2fc8e Re-generate the codebase using the latest swagger
  • 2688d42 Re-generate the codebase using the latest swagger
  • f81d4b2 Re-generate the codebase using the latest swagger
  • 7be8055 UX: Notify user early, if they haven't supplied credentials
  • 11eb99f v0.2.16

v0.2.15

24 Nov 13:28
926f04f
Compare
Choose a tag to compare

Changelog

c4b8020 Allow read of cloud information from oauth2/token end-point
278c4ef Avoid using nosec in examples
3853af6 Create CITATION.cff
2b6ea6f Do not forget to save content of the buffer to the file
c895bd5 Example: Host details: Fix errors on empty host list
a0da03b Extract jq script to external file
ca7ef95 Implement FALCON_CLOUD autodiscover
cb739d5 Implement helper method to facilitate basic auth on OAuth2 revoke request
cf43e49 Merge pull request #162 from isimluk/examples-fixes
dc92abd Merge pull request #163 from isimluk/refactor-jq-transformations
5d2c130 Merge pull request #165 from isimluk/cloud-auto-discover
00473a6 Merge pull request #166 from isimluk/example-fix-no-hosts
926f04f Merge pull request #167 from CrowdStrike/jshcodes-add-citation-cff
ba26def UX: add missing space in the text