Skip to content

Commit 815eb50

Browse files
chore(main-modalsource): release 3.6.0
1 parent 6ee0ff9 commit 815eb50

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.5.2"
2+
".": "3.6.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
This file contains all the latest changes and updates to Postal.
44

5+
## [3.6.0](https://github.com/modalsource/postal/compare/3.5.2...3.6.0) (2026-02-04)
6+
7+
8+
### Features
9+
10+
* add POSTAL_BATCH_QUEUED_MESSAGES_LIMIT environment variable for batch size configuration ([8c5bc6f](https://github.com/modalsource/postal/commit/8c5bc6f7fdc42550ca0484c8d0da86445ed6d73e))
11+
* add throttled domains management interface and functionality ([7fa76e9](https://github.com/modalsource/postal/commit/7fa76e90db9032830ffdb4c4ffbaa61b9bafc28c))
12+
* add throttled domains management interface and functionality ([e68834d](https://github.com/modalsource/postal/commit/e68834d1be11038b75dc5fe869baa1c828a1c597))
13+
* add throttled domains management interface and functionality ([65cf002](https://github.com/modalsource/postal/commit/65cf0021e6b83484f7cf49eb16f7b0603b328805))
14+
* Automatic IP Blacklist Management & Reputation System ([#61](https://github.com/modalsource/postal/issues/61)) ([896ae5c](https://github.com/modalsource/postal/commit/896ae5ce6d10ef099ed0e1558650f43d4db465dc))
15+
* Domain Throttling: Exclude messages that contain an IP address (these are typically IP-specific blocks, not domain throttling) ([7d3b288](https://github.com/modalsource/postal/commit/7d3b28861abf09111da1d05d491613e9d104924b))
16+
* enhance SMTP logging for connection and message sending ([e03a5c5](https://github.com/modalsource/postal/commit/e03a5c50f886eeb83f1158d5e53c94a2a927a623))
17+
* implement domain throttling for SMTP rate limiting ([7b4d3f2](https://github.com/modalsource/postal/commit/7b4d3f2cecb265e476dd44ca4647452ee2daf671))
18+
* implement Phase 1 & 2 of MX-based rate limiting system ([b20fe60](https://github.com/modalsource/postal/commit/b20fe600c2e3df80e5d1ac7bec0ece300a6742eb))
19+
* reallocates IP address for the retry after a softfail ([a04c7e7](https://github.com/modalsource/postal/commit/a04c7e7f82f1abef91cfd945c71341f93b698f37))
20+
21+
22+
### Bug Fixes
23+
24+
* correct schema version format to use integer without underscores ([4746d41](https://github.com/modalsource/postal/commit/4746d41f83ec0876d32e35f1337393ba380164fb))
25+
* update domain throttles migration to use Rails 7.1 ([c73c970](https://github.com/modalsource/postal/commit/c73c970c8d41407d4868aa91396820f018d9a498))
26+
* update schema.rb with domain_throttles table ([d53ef8f](https://github.com/modalsource/postal/commit/d53ef8fd720cd3fe19e4150e62027a0fb61155f3))
27+
528
## [3.5.2](https://github.com/modalsource/postal/compare/3.5.1...3.5.2) (2025-11-24)
629

730

0 commit comments

Comments
 (0)