bolt-python

A framework to build Slack apps using Python

MIT License

Downloads
1.2M
Stars
1.1K
Committers
49

Bot releases are visible (Hide)

bolt-python - version 1.15.4

Published by seratch almost 2 years ago

Changes

  • #766 Fix #763 by improving the suggestion logging for view_closed patterns - Thanks @seratch @filmaj

References

bolt-python - version 1.15.3

Published by seratch almost 2 years ago

Changes

  • #751 Add Python 3.11 to the supported language versions - Thanks @seratch
  • #758 Fix #754 by adding the async version of Tornado adapter - Thanks @seratch @castrapel
  • #748 Fix #747 by updating async SQLAlchemy OAuth example code - Thanks @ntarora
  • #752 Update code_cov upload method - Thanks @WilliamBergamin
  • #745 Remove 2020-resolver - Thanks @WilliamBergamin

References

bolt-python - version 1.15.2

Published by seratch almost 2 years ago

Changes

  • #741 Fix #738 Add more keyword args to say utility - Thanks @seratch @jacklowrie
  • #736 Add context 'user_id' extraction for 'message_changed' and 'message_deleted' events - Thanks @eddyg

References

bolt-python - version 1.15.1

Published by seratch about 2 years ago

Changes

  • #734 Fix context.team_id for view interactions in a Slack Connect channel - Thanks @seratch

References

bolt-python - version 1.15.0

Published by seratch about 2 years ago

Changes

  • #722 Fix #721 Passing a global dict object without channel prop can cause issues among requests - Thanks @seratch @gk-patel
  • #714 Change to create a WebClient per request for safety - Thanks @seratch
  • #726 #727 Bump Sanic, websockets packages to the latest major versions - Thanks @e-zim @JWZepf

Document Changes

  • #725 Development release steps in guide - Thanks @WilliamBergamin
  • #690 Issue #660: Replace HTML entities before markdownify in docs - Thanks @acq688

References

bolt-python - version 1.14.3

Published by seratch about 2 years ago

Changes

  • #689 Fix #688 kwarg injection does not work with decorated functions - Thanks @seratch @deppe

Document Changes

  • #686 Add anchors and add contribute link to sidebar - Thanks @wongjas

References

bolt-python - version 1.14.2

Published by seratch about 2 years ago

Changes

  • #684 Fix #683 IgnoringSelfEvents middleware does not filter out Message sent via response_url - Thanks @seratch @deppe

References

bolt-python - version 1.14.1

Published by seratch over 2 years ago

Changes

  • #679 Allow lazy function invocation to target version/alias - Thanks @angrychimp
  • #662 Make the flake8 and black settings consistent - Thanks @seratch

Document / Example Updates

  • #665 Fix #664 Django example installation store improvement - Thanks @seratch @DataGreed
  • #659 #661 Change AWS API Gateway to Lambda Function URL in documents - Thanks @Globart1337

References

bolt-python - version 1.14.0

Published by seratch over 2 years ago

Changes

  • #649 Add Google Cloud Functions adapter (ref #646) - Thanks @seratch
  • #647 Remove noqa comments and add __all__ to __init__.py files - Thanks @seratch

Document Updates

  • #648 Clarify "Setting up events" section - Thanks @hestonhoffman

References

bolt-python - version 1.13.2

Published by seratch over 2 years ago

Changes

  • #645 Fix #644 app.message listener does not handle events when a file is attached - Thanks @seratch

References

bolt-python - version 1.13.1

Published by seratch over 2 years ago

Changes

  • #640 Fix #639 is_enterprise_install does not exist in context object - Thanks @seratch @Sadisms
  • #636 Upgrade pytype version to the latest - Thanks @seratch
  • #638 Enable Flake8 in the CI builds - Thanks @seratch

Document Updates

  • #621 Improve the OAuth Lambda deployment instructs - Thanks @srajiang
  • #623 Add Socket Mode healthcheck endpoint examples (#622) - Thanks @ImRohan01 @seratch
  • #633 Update AWS example documentation with correct AWS Lambda roles required - Thanks @cp2423 @filmaj

References

bolt-python - version 1.13.0

Published by seratch over 2 years ago

Changes

  • #618 Fix #617 Respect the configuration of logger parameter across App/AsyncApp loggers - Thanks @seratch @brian-nguyen-bolt
  • #616 Fix type hint for event constraint to allow None subtypes - Thanks @alexrashed

References

bolt-python - version 1.12.0

Published by seratch over 2 years ago

Changes

  • #614 Add Falcon (ASGI) adapter - Thanks @sarayourfriend

References

bolt-python - version 1.11.6

Published by seratch over 2 years ago

Changes

  • #608 Fix #604 Respect the proxy_url in respond- Thanks @seratch @gpiks

Document Updates

  • #609 Docs on handling options listeners with a filtering example - Thanks @filmaj

References

bolt-python - version 1.11.5

Published by seratch over 2 years ago

Changes

  • #602 Fix #601 Allow for host option for AsyncSlackAppServer start method - Thanks @seratch @ucgw
  • #588 Upgrade test dependencies & fix Falcon warning - Thanks @seratch

Document Updates

  • #587 Update ngrok link to point to official guide - Thanks @misscoded

References

bolt-python - version 1.11.4

Published by seratch over 2 years ago

Changes

  • #586 Fix #584 Wrong user_token assigned to new user (affected versions: v1.11.2, v1.11.3) - Thanks @stantonius @seratch

References

bolt-python - version 1.11.3

Published by seratch over 2 years ago

Changes

  • #580 Fix #468 Replying with 0 results for a multi-select external option display previous successful results - Thanks @seratch @prziborowski
  • #581 Upgrade pytype version to the latest (2022.1.13) - Thanks @seratch
  • #578 Add more org-wide installation patterns to the SDK tests - Thanks @seratch

References

bolt-python - version 1.11.2

Published by seratch over 2 years ago

Changes

  • #576 Improve the built-in authorize for better support of user-scope only installations - Thanks @seratch
  • #577 Fix #561 matchers can be called even when app.message keyword does not match - Thanks @seratch @caddac

References

bolt-python - version 1.11.1

Published by seratch almost 3 years ago

Changes

  • #555 Fix #552 Unable to use request body with lazy listener when socket mode is enabled - Thanks @seratch @JordanGibson

References

bolt-python - version 1.11.0

Published by seratch almost 3 years ago

Changes

  • #546 Fix #545 Enable to use lazy listeners even when having any custom context data - Thanks @seratch
  • #543 Fix url_verification error with the Flask adapter - Thanks @seratch
  • #544 Fix #542 Add additional context values for FastAPI apps - Thanks @kafejo @seratch
  • #528 Add GitHub stale action for better triaging process - Thanks @srajiang
  • #547 Upgrade pytype, black versions - Thanks @seratch

Document Updates

  • #519 #518 An error in the HTTP mode Getting Started document (JP) - Thanks @TORIFUKUKaiou
  • #523 Improve the Django app example to be more robust - Thanks @seratch
  • #538 Update the respond utility guide - Thanks @seratch
  • #541 Fix #525 Japanese translation for #524 (lazy listeners doc updates) - Thanks @wongjas
  • #534 Update link to view submissions doc - Thanks @wongjas
  • #535 Fixes #534, updates link to view submissions - Thanks @wongjas
  • #524 Update lazy lambda docs - Thanks @srajiang

References