Skip to content

Releases: ajinabraham/libsast

3.1.6

14 Nov 20:34
73f3fc4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.5...3.1.6

3.1.5

14 Nov 19:19
b8b4048
Compare
Choose a tag to compare

What's Changed

Multiprocessing has issues in AWS Lambda and with Python task Queues such as Celery and Django-Q.
Allow to choose between ProcessPoolExecutor, ThreadPoolExecutor and billiard

Full Changelog: 3.1.4...3.1.5

3.1.4

14 Nov 08:50
3171b66
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.3...3.1.4

3.1.3

14 Nov 08:12
21f98eb
Compare
Choose a tag to compare

What's Changed

  • Update PatternMatcher and ChoiceMatcher internal apis by @ajinabraham in #52

Full Changelog: 3.1.2...3.1.3

3.1.2

14 Nov 07:05
18cb1b0
Compare
Choose a tag to compare

What's Changed

Add support for usage within queues such as Celery, Django-Q with billiard multiprocessing

Full Changelog: 3.1.1...3.1.2

3.1.1

13 Nov 10:08
ae43889
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

04 Nov 22:04
dddf52a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.1.0

3.0.2

04 Nov 19:08
a1f9856
Compare
Choose a tag to compare
  • Fix a bug in case match
  • Removed globals()

3.0.1

04 Nov 09:51
Compare
Choose a tag to compare
  • Using Threadpool and Processpool to improve performance
  • Add support for custom CPU cores
  • Code QA
  • Added OWASP Mobile Top 10 2024 standards
  • Added tests
  • Fixes #39, #38 , #46, #45
  • PyPI release fix

3.0.0

04 Nov 09:43
ed4687b
Compare
Choose a tag to compare
  • Using Threadpool and Processpool to improve performance
  • Add support for custom CPU cores
  • Code QA
  • Added OWASP Mobile Top 10 2024 standards
  • Added tests
  • Fixes #39, #38 , #46, #45