Skip to content

Releases: Bearer/bearer

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 18 May 10:30
255b3d7

Changelog

  • def42dc chore(deps): bump Apple-Actions/import-codesign-certs from 6.0.0 to 6.1.0 (#1924)
  • f18ddef chore(deps): bump aquasecurity/trivy-action from 0.34.1 to 0.35.0 (#1913)
  • 1736e7a chore(deps): bump github.com/fatih/color from 1.18.0 to 1.19.0 (#1925)
  • f2ade55 chore(deps): bump github.com/open-policy-agent/opa from 1.13.2 to 1.14.0 (#1907)
  • 8ba818d chore(deps): bump github.com/open-policy-agent/opa from 1.14.0 to 1.14.1 (#1921)
  • b3df540 chore(deps): bump github.com/open-policy-agent/opa from 1.14.1 to 1.15.2 (#1941)
  • 5f3108e chore(deps): bump github.com/open-policy-agent/opa from 1.15.2 to 1.16.1 (#1956)
  • 235f37f chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0 (#1930)
  • 1f34f4e chore(deps): bump github.com/pelletier/go-toml/v2 from 2.3.0 to 2.3.1 (#1957)
  • 05eadac chore(deps): bump github.com/rodaine/table from 1.3.0 to 1.3.1 (#1920)
  • 1c2c057 chore(deps): bump github.com/rs/zerolog from 1.34.0 to 1.35.1 (#1951)
  • 2c38759 chore(deps): bump github.com/weppos/publicsuffix-go from 0.50.2 to 0.50.3 (#1916)
  • 660ce07 chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 (#1906)
  • 4c0b39a chore(deps): bump golang.org/x/mod from 0.33.0 to 0.34.0 (#1918)
  • 7e130c7 chore(deps): bump golang.org/x/mod from 0.34.0 to 0.35.0 (#1940)
  • 9debe4e chore(deps): bump golang.org/x/mod from 0.35.0 to 0.36.0 (#1959)
  • 28103db chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 (#1909)
  • 84524fb chore(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 (#1919)
  • 8e0e58f chore(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 (#1939)
  • 041637f chore(deps): bump golang.org/x/net from 0.53.0 to 0.54.0 (#1960)
  • b72a282 chore(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 (#1915)
  • 9ea516f chore(deps): bump picomatch from 2.3.1 to 2.3.2 in /docs (#1927)
  • dff54d2 chore(deps): updated various js and build deps (#1955)
  • ce675c6 chore(deps-dev): bump flatted from 3.2.7 to 3.4.2 in /docs (#1923)
  • de831a1 chore(deps-dev): bump handlebars from 4.7.7 to 4.7.9 in /docs (#1928)
  • c39c92f chore(deps-dev): bump liquidjs from 10.8.4 to 10.25.0 in /docs (#1917)
  • d834b45 chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /docs (#1911)
  • f46503f chore(deps-dev): bump tar from 7.5.9 to 7.5.10 in /docs (#1912)
  • 255b3d7 feat: add option to use field name support (#1961)
  • f20f78b fix: segfault on M5 chips (#1952)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Feb 12:55
db06eee

Changelog

  • 01f7d5e chore(deps): bump Apple-Actions/import-codesign-certs from 5 to 6 (#1869)
  • 9c4908b chore(deps): bump actions/cache from 4 to 5 (#1871)
  • 792ebb6 chore(deps): bump github.com/go-enry/go-enry/v2 from 2.9.2 to 2.9.4 (#1889)
  • 61c322c chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 (#1887)
  • 2e493f1 chore(deps): bump github.com/onsi/gomega from 1.38.2 to 1.39.1 (#1893)
  • 1114bdf chore(deps): bump github.com/open-policy-agent/opa from 1.12.3 to 1.13.1 (#1888)
  • c73ae44 chore(deps): bump github.com/schollz/progressbar/v3 from 3.18.0 to 3.19.0 (#1890)
  • 0dcf629 chore(deps): bump github.com/weppos/publicsuffix-go from 0.50.1 to 0.50.2 (#1891)
  • aa37fcc chore(deps): bump golang.org/x/mod from 0.31.0 to 0.33.0 (#1897)
  • ffbdfdd chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 (#1896)
  • f4e57e5 chore(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#1895)
  • 2ddaba4 chore(deps): bump tar and gitly in /docs (#1898)
  • 0860004 chore: consolidate deps (#1900)
  • db06eee feat: add VisitNode function to builder (#1904)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 09:25
cb2e95c

What's Changed

This release represents a major update to the engine internals bringing us up to date with go-tree-sitter containing many language Grammar updates and fixes. Rule syntax remains unchanged. The impact of this is as follows:

  • Some false positives have been removed and accuracy improved.
  • Some errors that where silently swallowed within tree sitter are now handled.
  • More files are successfully processed and some new files types are now supported by updated grammar.

Changelog

  • 31dd31f chore(deps): bump actions/checkout from 5 to 6 (#1858)
  • a9cae1b chore(deps): bump actions/setup-node from 5 to 6 (#1841)
  • 296bbe6 chore(deps): bump actions/upload-pages-artifact from 3 to 4 (#1820)
  • cb2e95c chore(deps): bump github.com/bits-and-blooms/bitset from 1.24.3 to 1.24.4 (#1863)
  • a13dbc0 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 (#1873)
  • 679aa0b chore(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 (#1868)
  • 1581ff5 chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#1870)
  • 04ee8ec chore(deps): bump github.com/weppos/publicsuffix-go from 0.50.0 to 0.50.1 (#1861)
  • 3c3a888 chore(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 (#1874)
  • f88c8fc chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 (#1875)
  • eb7aa1a chore(deps): bump js-yaml in /docs (#1854)
  • fda1025 chore(deps): update various deps (#1855)
  • e7673b6 chore(deps-dev): bump axios from 1.7.7 to 1.9.0 in /docs (#1792)
  • ae0c850 chore: update tree sitter (#1806)
  • 966a6f5 feat(python): add dataflow for default parameter values (#1876)
  • e5a9245 feat: add languages to dataflow report (#1842)
  • 3258e28 fix: battle test results (#1884)
  • 0e95665 fix: ruby treesitter (#1881)
  • b21725e fix: tree sitter rules issues (#1879)

v1.51.1

Choose a tag to compare

@github-actions github-actions released this 14 Oct 13:57
039294e

Changelog

  • db2435c chore(deps): bump actions/checkout from 4 to 5 (#1808)
  • 8c166b6 chore(deps): bump actions/setup-go from 5 to 6 (#1826)
  • 717fc6a chore(deps): bump actions/setup-node from 4 to 5 (#1827)
  • 039294e chore(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#1809)
  • 75ae585 chore(deps): bump github.com/bits-and-blooms/bitset from 1.24.0 to 1.24.1 (#1838)
  • 1d2dbd9 chore(deps): bump github.com/hhatto/gocloc from 0.5.3 to 0.7.0 (#1837)
  • 87d3a96 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.26.0 (#1835)
  • 4d07293 chore(deps): bump github.com/weppos/publicsuffix-go from 0.40.2 to 0.50.0 (#1839)
  • 20981e1 chore(deps): bump golang.org/x/mod from 0.25.0 to 0.28.0 (#1832)
  • 83c2b8f chore(deps): bump golang.org/x/net from 0.41.0 to 0.44.0 (#1833)
  • 7167133 chore(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.31.0 (#1829)
  • 4529003 chore(deps): update go deps (#1836)
  • 6fe9e89 chore(deps-dev): bump prismjs from 1.29.0 to 1.30.0 in /docs (#1772)

v1.51.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 15:10
3a762f7

Changelog

  • 3a762f7 feat: Extend reflexive methods with additional string operations (#1825)

v1.50.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 15:01
9f2d04e

Changelog

v1.50.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 09:59
f3db3fa

Changelog

v1.50.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:12
fe8fb9f

Changelog

  • fe8fb9f feat: add option to not process gitignore files (#1803)

v1.49.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 09:43
7569b47

Changelog

  • 72fe176 chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#1758)
  • 7569b47 chore(deps): bump golang.org/x/net from 0.31.0 to 0.35.0 (#1759)
  • c039872 chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.26.0 (#1757)
  • a452532 feat: add decorator support (#1747)
  • 7918f39 feat: reduced output in reports (#1761)
  • dc8f119 fix: class_declaration in java (#1750)
  • 841d9d9 fix: openapi definition should only return known http methods (#1754)

v1.48.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 14:29
afb1456

Changelog