Version 7.0.0a [alpha] #360
EDM115
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Important
Naming scheme moving forward
Pre-releases of
v7
will be in alpha at first (7.0.0a, 7.0.1a, ...)They will then move to beta (ready for test) : 7.0.0b, 7.0.1b, ...
Finally, a release candidate might or might not be created (if so, will be called 7-RC, 7-RC1, ...)
And only then a production ready build will get a full name (7.0.0)
Caution
This release is created in the sole purpose to warn stargazers/forks owners of the future changes, to raise awareness about the breaking things and to have a "working" version before the massive switch
BREAKING CHANGES
.env
file for retrieving valuesunzip-bot
as the only way to describe the project. Also the module name is nowunzipbot
telegra.ph
URLs since the shutdown of this feature. Backwards compatibility is kept. TheFILE_REFERENCE_EXPIRED
error can appear, right now we barely handle it and just delete 0B files7-zip
instead ofp7zip
unrar
. Addition of a specific build script for itbash
is the default shellFeatures
ast.literal_eval
instead ofeval
for security reasonscgi
module/privacy
command with temporary textLOGS_CHANNEL
LOGS_CHANNEL
MONGODB_DBNAME
. Defaults toUnzipper_Bot
for legacy purposes, will change in the futureEurope/Paris
, will be customizable later onBug fixes
shutil
instead ofos
to avoid issues with Docker volumes/eval
and/exec
no longer triggers an extraction prompt. Also they have a better text formatting and removes it when uploading the result as a fileOther
isort
, formatted the code usingblack
.dockerignore
unzip-bot.log
instead ofunzip-log.txt
What's Changed
with
statements by @deepsource-autofix in refactor: merge collapsiblewith
statements #300New Contributors
Full Changelog: 6.3.3...7.0.0a
This discussion was created from the release Version 7.0.0a [alpha].
Beta Was this translation helpful? Give feedback.
All reactions