Skip to content

Releases: audius/audiness

1.0.1

Choose a tag to compare

@fabaff fabaff released this 27 May 20:54
6638379

What's Changed

  • Bump idna from 3.11 to 3.15 by @dependabot[bot] in #11
  • Bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #12
  • Update typer and pytenable

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@fabaff fabaff released this 09 Apr 09:35
e0edcaa
  • Rework the handling of the input for the host

Breaking change

--host was renamed to --url.

See

$ audiness --help
                                                                                                                                  
 Usage: audiness [OPTIONS] COMMAND [ARGS]...                                                                                      
                                                                                                                                  
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ *  --access-key                TEXT  Nessus API access key [env var: ACCESS_KEY] [required]                             │
│ *  --secret-key                TEXT  Nessus API secret key [env var: SECRET_KEY] [required]                             │
│    --url                       TEXT  URL to Nessus instance [env var: URL] [default: https://localhost:8834]            │
│    --install-completion              Install completion for the current shell.                                          │
│    --show-completion                 Show completion for the current shell, to copy it or customize the installation.   │
│    --help                            Show this message and exit.                                                        │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

0.5.0

Choose a tag to compare

@fabaff fabaff released this 31 May 09:51
  • Handle failed exports
  • Update dependencies

0.4.0

Choose a tag to compare

@fabaff fabaff released this 22 Apr 19:44
  • Update dependencies

0.3.2

Choose a tag to compare

@fabaff fabaff released this 10 Apr 21:46
  • Switch from - to _ for the filename
  • Update dependencies

0.3.1

Choose a tag to compare

@fabaff fabaff released this 06 Mar 08:51
  • Allow older Python releases (e. g., Ubuntu still has Python 3.10.x)
  • Add other installation methods to README

0.3.0

Choose a tag to compare

@fabaff fabaff released this 05 Mar 23:06
  • Add support for listing policies
  • Allow to get some basic status information
  • Add support for getting the alerts

0.2.1

Choose a tag to compare

@fabaff fabaff released this 05 Mar 19:59
  • Update dependencies

0.2.0

Choose a tag to compare

@fabaff fabaff released this 04 Mar 11:04
  • Initial release