Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nikoksr/notify

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(discord): add SetClient and DefaultSession for advanced configur…

…ation (#993)

Adds SetClient() and DefaultSession() methods to allow users to configure
custom Discord sessions without importing discordgo. This enables advanced
use cases such as proxy configuration, custom HTTP clients, and fine-grained
session control.

- Add DefaultSession() to get a session with Discord defaults
- Add SetClient() to set a custom session
- Modify authenticate() to preserve custom session configuration
- Add comprehensive tests covering all workflows
- Add README with usage examples

Fixes #684

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update all dependencies to latest versions (#979)

Updated all dependencies to their latest versions to address multiple
outstanding Renovate PRs and security updates.

Major updates include:
- AWS SDK v2: v1.36.1 → v1.41.0 (and related services)
- Firebase Admin SDK: v4.15.1 → v4.18.0
- Google Cloud libraries and APIs
- Discord: v0.28.1 → v0.29.0
- Slack: v0.16.0 → v0.17.3
- Matrix (mautrix): v0.23.0 → v0.26.0
- Various other service SDK updates

Notable changes:
- Upgraded Go toolchain to 1.24.0
- Resolved gRPC stats/opentelemetry module conflict
- Kept textmagic at v2.0.23575 (latest v2.0.43822 has build errors)

Closes: #957, #956, #959, #960, #964, #968, #969, #977

Note: Pre-existing webpush test failures remain (also fail on main).

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allows to set custom properties on a teams client (#927)

Co-authored-by: Niko Köser <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(service): PagerDuty service integration (#933)

Co-authored-by: Niko Köser <[email protected]>

Verified

This tag was signed with the committer’s verified signature.
nikoksr Niko Köser

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sendgrid: Allow to specify the content type (#871)

Co-authored-by: Niko Köser <[email protected]>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(msteams): fix depreated parts in msteams service (#853)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update and tidy Go dependencies (#875)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(notify)!: resolve test & linter issues and fix dependencies compa…

…tibility (#847)

v0.41.1

Toggle v0.41.1's commit message

Verified

This commit was signed with the committer’s verified signature.
nikoksr Niko Köser
fix(deps): update all dependencies