Skip to content

Releases: apoxy-dev/apoxy

v0.4.0

25 Nov 21:52
8d05072

Choose a tag to compare

What's Changed

  • [wg] use generic wireguard network abstraction by @dpeckett in #7
  • [wg] use a configurable fixed port for the local socks proxy by @dpeckett in #8

New Contributors

Full Changelog: v0.3.39...v0.4.0

v0.1.5

30 Jan 01:34

Choose a tag to compare

Changelog

  • fcc328b log magic key explicitly after creation
  • 8d2b860 update install.sh to v0.1.4

v0.1.4

23 Jan 07:46

Choose a tag to compare

Changelog

  • f543127 [docs] Update docs for v0.1.3
  • 3d3f598 add sentry reporting for panics + auth issues

v0.1.3

21 Jan 08:02
cd0d8de

Choose a tag to compare

Changelog

  • d949da6 [auth] Only write config on auth flow
  • ebd3d34 [cmd/k8s] Add k8s install command

v0.1.2

19 Dec 08:10

Choose a tag to compare

Changelog

v0.1.1

16 Dec 08:11

Choose a tag to compare

Changelog

  • 104b642 Add ability to show proxy/domain labels
  • 26a336e build changed go.mod

v0.1.0

10 Dec 01:22

Choose a tag to compare

This is the initial release of the Apoxy CLI!

Please let us know about any issues by filing a bug or reach out by email at [email protected]

Changelog

  • 5345711 [cmd/log] Set asc order for one-shot
  • 68d1244 [cmd/logs] Add --since and --since-time flags
  • 2fa8d83 [cmd/logs] Add basic logs command.
  • 638214a [cmd/logs] Implement --follow
  • 920eef7 [cmd/logs] Pull source from the log record
  • 910ceb0 [cmd/logs] Streaming log record decode
  • 86a8b27 [cmd/logs] Very basic coloring
  • 7781d7f [cmd/proxy] Silence Usage prompt after flag parsing is done.
  • a77c895 apoxy auth
  • 93bc717 apoxy proxies should list proxies
  • 20d34fa auth verification + add v1alpha API objects
  • 37bddae basic CRD(+L)
  • 6b95471 bootstrap
  • c054c08 configure goreleaser
  • 5891817 domains support
  • c9133b2 don't close the auth channel so fast
  • e5bd1bf generate CLI docs page
  • 6c8ca42 include provider and status for proxies
  • 332a1a0 no windows support yet
  • b345878 pretty print
  • a34e4ec quick local builder script
  • 7e74f30 set proxy type and provider
  • 3f9ceb2 specify protocol
  • 0f18df1 store the project ID with the API key
  • fb91b64 support raw json output and default to not follow
  • b592224 versioning, rest client and auth check