Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 12:11
· 8 commits to master since this release
03b7677

Changelog

  • 9a0c02e Merge pull request #11 from dotindustries/feature/config_from_args_env_config
  • 8a9fbe7 Merge pull request #12 from dotindustries/fix/move-auth-middleware-to-connect
  • 2722571 Merge pull request #13 from dotindustries/fix/integration_tests
  • 03b7677 Merge pull request #14 from dotindustries/feature/lum-29-add-cli-access-token-envargs
  • c80ba34 Update run.sh
  • 0f02039 chore: mark todo
  • bf985aa chore: move to docker cli
  • dec1460 chore: rename file to lowercase
  • 93ac58f chore: test failed... the network works now... make it clean
  • ac963ec chore: try docker service name
  • ef72a85 chore: update hurl version in test command
  • bee367f chore: wrong url for hurl
  • e4a00fc feat: add access token header to cli requests
  • 94cf49b feat: disable auth by default
  • cbcbb0e feat: read config from args, env and config file
  • 5bdc8d1 fix: don't panic if there's no config file
  • 876e803 fix: integration tests
  • adc5c21 fix: move auth middleware to connect

[0.8.0] - 2024-03-29

Bug Fixes

  • Move auth middleware to connect
  • Don't panic if there's no config file
  • Integration tests

Features

  • Read config from args, env and config file
  • Disable auth by default
  • Add access token header to cli requests

Miscellaneous Tasks

  • Update hurl version in test command
  • Wrong url for hurl
  • Try docker service name
  • Move to docker cli
  • Rename file to lowercase
  • Mark todo
  • Test failed... the network works now... make it clean

Testing

  • Move integration test to bruno
  • Running tests in the same step doesn't work