Releases: iTeam-S/Ampalibe
Releases · iTeam-S/Ampalibe
Ampalibe v1.1.0
Ampalibe 1.1.0
- Support for Postgres DATABASE
- New Structure: All conf importation is optionnal now
- New method for messenger api:
send_custom
- Make
NULL
Default for lang insteadfr
- FIX error in
get_temp
methode when data not exist simulate
function is ready for ampalibe- Introduction of ampalibe
crontab
- Add listenner for events:
messages_reads
,messages_reactions
,messages_delivery
- Continious integration for new Pull Request
- Continious Delivery for Github package and Pypi
- Rewrite
scripts
for Linux & Windows to same base code - Typewriting introduction for output command
- Documentation updated
- Remove workers
What's Changed
- [FEAT] database POSTGRESQL by @rivo2302 in #32
- [REF] Remove all conf importation by @gaetan1903 in #33
- [ADD] Intégration continue by @gaetan1903 in #34
- [ADD](Continious Integration) Add webhook events test by @gaetan1903 in #35
- [FIX][IMP] Fix conf file crash by @gaetan1903 in #36
- [FIX] docs repair by @gaetan1903 in #37
- [FIX] Change wrong assets path by @rootkit7628 in #38
- Create main.yml by @gaetan1903 in #39
Full Changelog: 1.0.7...1.1.0
Ampalibe 1.0.7
Ampalibe 1.0.7
-
ADD
testmode
arg in the server to run without threads -
ADD
langage Management
- lang managed directly by ampalibe
- add 'ampalibe lang' command to generate langs.json file
- add translate function to translate word or sentence
- add
set_lang
method to set lang of an user
-
ADD simulate function to simulate a message.
Ampalibe 1.0.6
Pypi: https://pypi.org/project/ampalibe/1.0.6/
- ADD port argument in command-line for linux
- Docker deployement in your own server
- Docker Deployement with heroku
Ampalibe Framework 1.0.5 🚀
🔧 FIX
- Fix Ampalibe ASCII broken
- Fix send_file Messenger API
- Remove mysql-connector dependancy
🌟 NEW FEATURES
- Quick Reply Auto Next for item length more than 13
- Help Messsage for Linux
- Add QuickReply Object
- Add Button Object
- Add Element Object
- Customize text of next quick_reply
- Customize text of next generic template
- Number of processes workers in production mode
- Persistent Menu to Object ( List Buttons )
- Add option
-x
to give python to use in ampalibe command
Ampalibe Framework v1.0.4
FIX
- Improve docs
- Update readme
- Remove deprecated methods
- Add warning for action not found
- Fix Api messenger Payload in second Page Template
NEW FEATURES
- Hot reload Support
- Add python version 3.6 support
- Download file options
pip3 install ampalibe==1.0.4
Read the docs here
v1.0.2-fix Ampalibe Framework
- Works on Windows
- Add docs for custom endpoints
- Improve docs