Skip to content

Releases: paullaster/hypernexus

Configuration & docs: add .env.example and document oauth2

18 Oct 19:51

Choose a tag to compare

Release Notes

Summary

  • Added a committed .env.example demonstrating every environment variable used by the project.
  • Improved README configuration section to explicitly document authentication options and OAuth2 client-credentials flow.
  • Clarified Redis defaults and token endpoint generation.

Important details

Upgrade / release checklist

  1. Copy .env.example to .env and fill in secrets (do NOT commit .env).
  2. Verify BC_USERNAME and BC_PASSWORD are present. If you rely purely on oauth2 these are.
  3. Run tests and smoke-check connector flows (ntlm/basic/oauth2) against a staging BC instance.
  4. Tag the release (suggested format): vX.Y.Z (semantic versioning). Example:
    • git tag -a v1.2.0 -m "chore(config): env/docs update"
    • git push origin v1.2.0

Suggested release title and short description

  • Title: Configuration & docs: add .env.example and document oauth2
  • Description: Adds a comprehensive .env.example and documents environment variables and OAuth2 client-credentials usage in README. Notes BC_INTANCE naming and Redis defaults.

Changelog entry (for release notes)

  • See CHANGELOG.md (Unreleased) entry included in this commit.

v5.1.7

26 Mar 14:36

Choose a tag to compare

Full Changelog: v5.1.6...v5.1.7

v5.1.6

26 Mar 08:37

Choose a tag to compare

Full Changelog: v5.1.5...v5.1.6

v5.1.5

26 Mar 07:11

Choose a tag to compare

Full Changelog: v5.1.4...v5.1.5

v5.1.3

18 Mar 00:53

Choose a tag to compare

Resilient concurrent requests
Create filters for data and none-null values
Pass environment company query params is none is passed by the user
Propagate error back.

v5.1.2

18 Mar 00:34

Choose a tag to compare

  • Resilient concurrent requests
  • Create filters for data and none-null values
  • Pass environment company query params is none is passed by the user
  • Propagate error back.

v5.0.07

05 Mar 05:28

Choose a tag to compare

Full Changelog: v5.0.6...v5.0.07

v1.0.0

24 Feb 17:27

Choose a tag to compare

update logger and readme