Skip to content

Releases: haraka/haraka-plugin-limit

1.2.3

23 Apr 14:37
707d40f
Compare
Choose a tag to compare
  • 5b6d095 chore: format
  • 856bc8e fix: added [main] property to package.json. Fixes #61
  • d53a09e doc(CONTRIBUTORS): updated

1.2.2

23 Apr 02:02
2c5fdd4
Compare
Choose a tag to compare
  • b1418ad chore: format
  • 731c333 prettier
  • 1dbfc8f doc: rename Changes -> CHANGELOG
  • 865cbd0 dep: eslint-plugin-haraka -> @haraka/eslint-config
  • 594cc3d dep: eslint-plugin-haraka -> @haraka/eslint-config
  • 16d4cf9 populate [files] in package.json. Delete .npmignore.
  • 99d9833 doc(CONTRIBUTORS): added

1.2.1

20 Mar 23:28
ad997d4
Compare
Choose a tag to compare
  • 396aff5 Undo the increment if the email sending is delayed (#56)

1.2.0

31 Dec 17:18
903347c
Compare
Choose a tag to compare
  • e6e54ef disable history by default (match docs)

1.1.1

21 Apr 05:35
5b57316
Compare
Choose a tag to compare
  • 8a6f864 ci: run on pull_request
  • c1c3303 package.json: remove deprecated main

v1.1.0

19 Aug 06:40
b6dde88
Compare
Choose a tag to compare
  • 694c5de version bump, packing updates
  • ef263ec initialize redis when only concurrency is enabled (#42)

v1.0.7

03 Jun 23:30
7d69fd5
Compare
Choose a tag to compare
  • e83767f updated release
  • 4fc6592 ci: populate test matrix with Node.js LTS versions
  • 8ea780b ci: limit dependabot updates to production deps
  • 75d02e2 doc(README): remove broken lint badge

1.0.6

26 May 04:10
8541cc3
Compare
Choose a tag to compare
  • 8541cc3 Merge pull request #39 from haraka/release-1.0.6
  • a06027b add missing await
  • c328ac7 update changes
  • 4d0b9be rate_limit: replace callback with async/await
  • 79716ca style: get_mail_key sheds callback
  • f619ed6 style: get_host_key loses callback
  • 9be6b50 feat: only load redis when needed, fixes #23
  • fbeb63b style: replace plugin -> this
  • 966ed39 test: remove done() when not required
  • 1814266 feat: update redis commands to be v4 compatible
  • d0a4bcd ci: add codeql & publish
  • feaab94 dep(eslint): v6 -> v8, dep(redis): 3 -> 4
  • 70b7900 Merge pull request #36 from divine/master
  • 7dd9fc0 chore: add .npmignore github actions
  • 57ec173 Merge pull request #35 from divine/master
  • 99e2583 chore: bump version
  • 1ab152a chore: remove todo and some badges
  • 3b3f946 chore: add missing ]
  • 5ca57f0 chore: update badges
  • 3cc4c7a Merge pull request #34 from divine/master
  • 3056932 fix: invalid main field
  • ba917f4 Create dependabot.yml
  • 5151316 Merge pull request #27 from haraka/toolchain
  • 21e4b6e test: remove superfluous space
  • 5ce5e05 ci: drop node 10, add 16 testing
  • 0b0cf2b index: es6 interpolated strings
  • 71efd5f test: disable windows, no redis GH action
  • f44de93 tests: start up redis
  • bff1137 tests: convert to mocha format
  • 6816bab ci tests from travis/appveyor -> github actions
  • 6c7924f Merge pull request #26 from haraka/snyk-fix-da683c8c6d7280fa77033db4e59b74a0
  • 7fef35d fix: package.json to reduce vulnerabilities
  • b514c56 Merge pull request #20 from haraka/readme
  • 6844c56 drop severity of no-unused-vars
  • 074e3a2 appveyor: revert to 8
  • f8d9fb7 drop node 6 CI tests
  • 14f7aa7 README: document need for redis
  • d2fdff3 appveyor: update node version to 8
  • ddf0946 replace node 6 with 12 testing
  • 3dd6b21 Merge pull request #15 from haraka/greenkeeper/update-to-node-10
  • cb404bd Update to node 10 in .travis.yml
  • 1a6a0e7 Merge pull request #13 from lnedry/template-literals
  • 48d88c8 Fixed lint issue with spaces
  • 2773be3 Converted concatenated strings to template literals
  • d030f11 Merge pull request #11 from haraka/eslint-no-var
  • 7468c68 win path fix
  • 84888c0 no rules
  • 3d252cf eslint no-var updates
  • 36a3325 Merge pull request #8 from haraka/replace-node4-with-node8
  • 780f690 drop node 4 testing, add node 8
  • b432111 add Appveyor badge
  • 8bdcc54 add appveyor config
  • 386f432 Merge pull request #5 from haraka/domain-location
  • dbfe4c3 use es6 arrow functions
  • 0a8ef75 bump version
  • cfccf6f prefer hmail.todo.domain, then use hmail.domain
  • f7d4c6c Merge pull request #3 from haraka/2-enable-flags
  • 8b5e204 add enable flags to each limit type
  • 63a8fa6 Merge pull request #1 from haraka/release-1.0.2
  • 02309d2 when redis handle goes away, skip processing
  • 660be67 when redis handle goes away, skip processing
  • de7651a add CAUTION section to README
  • 01f67e6 rename functions to be more consistent
  • 71dcfb8 use shared eslint-plugin-haraka
  • 330d6c3 re-implement connection rate limits
  • b6b633d import outbound rate limits, add tests
  • d2e1c02 clean up README
  • 76a488b add tests for rate_conn
  • bf7c1df refactoring
  • f12bccc imported rate_limit
  • adbcdc4 imported limit plugin from Haraka
  • afa76b6 Initial commit