Releases: AmarnathCJD/gogram
v1.7.2
Full Changelog: v1.7.1...v1.7.2
v1.7.1 stable
Comment out transport nil assignment after close
@xAmarnath
xAmarnath authored 2 weeks ago
Commits on Dec 31, 2025
handle outgoing updates too in Message Handlers.
@AmarnathCJD
AmarnathCJD committed 2 weeks ago
Merge branch 'master' of https://github.com/AmarnathCJD/gogram into dev
@AmarnathCJD
AmarnathCJD committed 2 weeks ago
only handle outgoing messages if filter outgoing is set.
@AmarnathCJD
AmarnathCJD committed 2 weeks ago
Merge branch 'dev' of https://github.com/AmarnathCJD/gogram
@AmarnathCJD
AmarnathCJD committed 2 weeks ago
small filter issue fix
@AmarnathCJD
AmarnathCJD committed 2 weeks ago
Commits on Jan 2, 2026
skip duplicate service message updates too.
@AmarnathCJD
AmarnathCJD committed last week
document EMAIL_INSTALL_MISSING error.
@AmarnathCJD
AmarnathCJD committed last week
Commits on Jan 4, 2026
some enhancements to conversations.
@AmarnathCJD
AmarnathCJD committed last week
Commits on Jan 5, 2026
feat: Improve tlgen's TL definition parsing and schema management, an…
@ohmyarthur
ohmyarthur committed last week
Commits on Jan 7, 2026
add timeout during mtproxy fakeTLSHandshake and obfuscation tag writing
@AmarnathCJD
AmarnathCJD committed 4 days ago
Commits on Jan 10, 2026
feat(client): add ContextStore for sharing state between update handlers
@AmarnathCJD
AmarnathCJD committed 2 days ago
Commits on Jan 11, 2026
return channel oject on .JoinChannel method.
@AmarnathCJD
AmarnathCJD committed 11 hours ago
Commits on Jan 12, 2026
fix: deduplicate participant updates and enhance conversation stability
@AmarnathCJD
AmarnathCJD committed 2 hours ago
add ApproveAll to join request handlers, fix missing button type webview
@AmarnathCJD
AmarnathCJD committed 20 minutes ago
Merge pull request #291 from ohmyarthur/dev
@xAmarnath
xAmarnath authored 19 minutes ago
Merge branch 'dev' of https://github.com/AmarnathCJD/gogram
@AmarnathCJD
AmarnathCJD committed 18 minutes ago
Update to Layer 221 and Lib Version 1.7.1
@AmarnathCJD
AmarnathCJD committed 6 minutes ago
Full Changelog: v1.7.0...v1.7.1
v1.7.0 Stable
What's Changed
Full Changelog: v1.6.10...v1.7.0
e2e secret chats
fix tcp connection closing goroutine leaks
user metion entities handle in formatting
streamed file uploads support
secret chats file uplaod / download support
rtmp stream management support
revamp inline query result setting methods
revamp button setting methods
updates - add lifecycle hook for every updates
middleware support for updates
fix a panic in GetFileName function
add IsAnonymous(), IsChannelPost etc helper methods to newmessage type
bind cache to userid
v1.6.10
What's Changed
- Set media to nil if it's an empty string by @AshokShau in #276
- fix: resolve data races in SwitchDc and UpdatePeersToCache by @AshokShau in #280
- feat: switch StringSession to safe JSON/Base64 encoding by @vlw in #282
- Fixed invokeWithTakeout method. by @sozercanye in #284
- fix(formatting): preserve unsupported HTML tags as text by @AshokShau in #283
New Contributors
- @sozercanye made their first contribution in #284
Full Changelog: v1.6.9...v1.6.10
v1.6.9 Stable
What's Changed
- sync master with dev by @AmarnathCJD in #262
- feat: add MTProto PFS temp auth key manager by @ohmyarthur in #271
- Fix incorrect PeerID assignment in ForwardTo by @AshokShau in #274
Full Changelog: v1.6.8...v1.6.9
v1.6.8 stable
Full Changelog: v1.6.7...v1.6.8
v1.6.7 stable
What's Changed
- Dev by @AmarnathCJD in #257
- address issue #256 by @xAmarnath in #258
- Update cache with users and chats from updates by @AshokShau in #259
- Dev by @AmarnathCJD in #261
- tlgen: update TL schema files by @AmarnathCJD in #263
- Revert "tlgen: update TL schema files" by @AmarnathCJD in #264
- feat(logger): make Logger thread-safe and add support for custom io.Writer outputs by @MukundSinghRajput in #266
- Revert "feat(logger): make Logger thread-safe and add support for custom io.Writer outputs" by @AmarnathCJD in #267
- Fix download hanging and add timeout support by @ohmyarthur in #268
- Implement FakeTLS MTProxy handshake (ee-secret) + Add MTProxy example by @ohmyarthur in #269
Full Changelog: v1.6.4...v1.6.7
v1.6.3
What's Changed
- fix: correctly update Users in new join requests by @jigarvarma2k20 in #222
- Implement local address configuration for multi-interface support by @vlw in #223
- fix(telegram): encode MD5 checksum as hex string in file upload by @ruizlenato in #228
- update to layer 211 by @xAmarnath in #229
- fix: return error after initial connect fail by @vlw in #230
- fix: prevent unintended handler trigger when using m.Ask() by @jigarvarma2k20 in #232
- refactor(telegram): simplify UploadFile logic and unify part handling by @ruizlenato in #231
- bla bla bla by @AmarnathCJD in #235
- Revert "bla bla bla" by @AmarnathCJD in #236
- https://core.telegram.org/constructor/inputMessageEntityMentionName by @David-Shadow in #237
- Fix main data races by @vlw in #239
- Add optional request timeout by @vlw in #240
- feat(telegram): add support for InvertMedia in album sending by @ruizlenato in #241
- fix: call cancel() explicitly instead of defer inside loops by @vlw in #242
- return error on unknown object type instead of panic + update docs + regenerate by @vlw in #243
- tlgen: update TL schema files by @xAmarnath in #244
- more language configs + fix session data delimiter by @vlw in #245
- refactor(tcpstate): replace sync.Cond with channel-based signaling to support context cancellation by @vlw in #247
- fix: correctly detect promotions.. by @AshokShau in #248
- refactor(telegram): remove forced "^" prefix from handler pattern by @ruizlenato in #246
- fix by @AshokShau in #249
- feat(telegram): enhance peer caching with debounced writes and username persistence by @ohmyarthur in #252
New Contributors
- @vlw made their first contribution in #223
- @AshokShau made their first contribution in #248
- @ohmyarthur made their first contribution in #252
Full Changelog: v1.6.1...v1.6.3
v1.6.0
What's Changed
- Small Bugfix by @el-garro in #193
- fix returning nil on higher limits in GetMessages by @5hojib in #196
- update to layer 202, autocommit. by @xAmarnath in #200
- feat: add Link method to generate message URL for channels and groups by @AnjanaMadu in #202
- update layer to 203 by @AmarnathCJD in #203
- Fix new int256 by @xAmarnath in #204
- layer 203 by @xAmarnath in #205
- tlgen: Layer 204 by @AmarnathCJD in #207
- Add missing method of layer 204 by @AmarnathCJD in #208
- Added a view counter by @AnjanaMadu in #209
- Refactor: Optimize Auth and Scrape Logic for Better Readability and Robustness by @rezatg in #210
- Revert "Refactor: Optimize Auth and Scrape Logic for Better Readability and Robustness" by @AmarnathCJD in #212
New Contributors
- @5hojib made their first contribution in #196
- @xAmarnath made their first contribution in #200
- @AnjanaMadu made their first contribution in #202
- @rezatg made their first contribution in #210
Full Changelog: v1.5.9...v1.6.0