Skip to content

1.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 04:10
8541cc3
  • 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