Kawasemi

Latest version: v3.0.0

Safety actively analyzes 621498 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

3.0.0

Breaking Changes
- Drop Python 3.4 support 67
- Drop Django 1.8 support 68

New Features
- Add Python 3.7/3.8 support 67
- Add Django 2.0/2.1 support 68

2.0.0

Breaking Changes
- Drop Python 3.3 support 65
- Drop Django 1.9 & 1.10 support 64

New Features
- Experimental CLI support 62
- Support Django 2.0 66

Enhancements
- Minor improvements 60 61 63

1.2.0

New Features
- Add `GitHubChannel` 59
- Add logo 56

Enhancement
- Improve documentation 57

Internal
- Update mypy 54
- Update Sphinx 58

1.1.0

New Features
- Support Django 1.11 55
- Add `kawasaki.__version__` 52

Internal
- Improve testing with tox 53

1.0.0

Breaking Changes
Change API for Django
Before
python
import kawasemi
kawasemi.send("Sample notification.")


After
python
from kawasemi.django import send
send("Sample notification.")


New Features
Use kawasemi without Django
Example
python
from kawasemi import Kawasemi

config = {
"CHANNELS": {
"hipchat": {
"_backend": "kawasemi.backends.hipchat.HipChatChannel",
"api_id": "1234567",
"token": "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
}
}
}
kawasemi = Kawasemi(config)
kawasemi.send("Sample notification.")


Internal
- Clean up environment variables used for testing 46
- Prepare multiple loader support 47
- Add `.readthedocs.yml` 49
- Update Sphinx & theme 50

1.0.0b1

Breaking Changes
Change API for Django
Before
python
import kawasemi
kawasemi.send("Sample notification.")


After
python
from kawasemi.django import send
send("Sample notification.")


New Features
Use kawasemi without Django
Example
python
from kawasemi import Kawasemi

config = {
"CHANNELS": {
"hipchat": {
"_backend": "kawasemi.backends.hipchat.HipChatChannel",
"api_id": "1234567",
"token": "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
}
}
}
kawasemi = Kawasemi(config)
kawasemi.send("Sample notification.")


Internal
- Clean up environment variables used for testing 46
- Prepare multiple loader support 47

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.