Skip to content

Releases: kenriortega/ngonx

v0.0.12

12 Aug 16:51
bda1cbd
Compare
Choose a tag to compare

Ngonx

  • Change name of project for better SEO
  • Add command to create setting file if not exist
  • Add CI/CD for gosec rules

v0.0.11

11 Aug 22:38
2046d68
Compare
Choose a tag to compare

Ngonx

  • Fix: release process

v0.0.10

11 Aug 20:30
1fcddad
Compare
Choose a tag to compare

Ngonx

  • Change name of project for better SEO
  • Add command to create setting file if not exist
  • Add CI/CD for gosec rules

v0.0.9

29 Jul 00:42
Compare
Choose a tag to compare

Docs

  • Improve our docs for better understanding process

Fix

  • Fix bug on serve SSL proxy and statics files.

Feats

  • Add functionality for serving statics files

  • Add more elaborate ssl proxy object definitions

  • Add static_server object to goproxy.yaml

static_server:
  host_server: 0.0.0.0
  port_server: 8080
  static_files: ./examples/dist
  ssl_server:
    enable: true
    ssl_port: 8443
    crt_file: ./key/cert.pem
    key_file: ./key/key.pem

v0.0.8-beta.v1

24 Jul 23:43
Compare
Choose a tag to compare
cut: remove default mux

v0.0.8-beta

24 Jul 23:32
Compare
Choose a tag to compare

Solving some fix

v0.0.7

24 Jul 21:50
Compare
Choose a tag to compare

Docs

  • Improve our docs for better understanding process

Fix

  • Fix bug on serve SSL proxy and statics files.

Feats

  • Add functionality for serving statics files

  • Add more elaborate ssl proxy object definitions

  • Add static_server object to goproxy.yaml

static_server:
  host_server: 0.0.0.0
  port_server: 8080
  static_files: ./examples/dist
  ssl_server:
    enable: true
    ssl_port: 8443
    crt_file: ./key/cert.pem
    key_file: ./key/key.pem

v.0.0.6

18 Jul 00:06
Compare
Choose a tag to compare

New features for goproxy

Tests

  • Add test for genkey command
  • Add test for proxy service on the getkey and savekey for our secrets
  • Add test for jwt validation on header interception when the api routes are protected

Fix

  • Fix bug on api key header validation

Feats

  • Add validations for jwt or api key on protected routes
  • Add option to serve our proxy with SSL if the ssl_proxy option on goproxy.yaml is enable
  ssl_proxy:
    enable: true
    ssl_port: 443
    crt_file: ./key/server.crt
    key_file: ./key/server.key

v0.0.6-beta

09 Jul 16:06
Compare
Choose a tag to compare

GOproxy New features for this release

  • Add new command for storage secrets key on badgerdb or local file

  • Add new object on goproxy.yaml e.g cache proxy badgerdb

  • Add security options to protect routes from your customs API using

    • JWT
    • API-KEY
  • Fix some bugs related to error handling

v.0.0.5-beta

06 Jul 21:36
Compare
Choose a tag to compare
  • Add cache engine on setting file