-
-
Notifications
You must be signed in to change notification settings - Fork 8
chore(deps): update dependency nc-py-api to v0.20.0 #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nc-py-api-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bigcat88
requested changes
Jul 3, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DO NOT MERGE
0deb925
to
0545214
Compare
0545214
to
70ef7cd
Compare
70ef7cd
to
a7a282e
Compare
a7a282e
to
4d4d5a6
Compare
4d4d5a6
to
69fe0f4
Compare
69fe0f4
to
48010a9
Compare
48010a9
to
0ea420f
Compare
0ea420f
to
23bd0ab
Compare
23bd0ab
to
f96306a
Compare
f96306a
to
f441a76
Compare
2c18d2f
to
b663d12
Compare
17c58eb
to
6445f7f
Compare
c9bd993
to
ffbfcca
Compare
ffbfcca
to
81d565e
Compare
81d565e
to
9157fe5
Compare
9157fe5
to
d109017
Compare
d109017
to
596a099
Compare
596a099
to
f70d561
Compare
f70d561
to
f499dd5
Compare
f499dd5
to
a625d42
Compare
a625d42
to
b08c8ab
Compare
b08c8ab
to
f644ab8
Compare
f644ab8
to
02841b9
Compare
02841b9
to
e95a253
Compare
e95a253
to
7d22799
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.0.11
->==0.20.0
Release Notes
cloud-py-api/nc_py_api (nc-py-api)
v0.20.0
Compare Source
Changed
nc_py_api.ex_app.events_listener.EventsListener
was removed in favor ofnc_py_api.webhooks
. #348Fixed
download2stream
not working correctly when Nextcloud returns compressed content. #352 Thanks to @PatrickPromitzer for reporting this.v0.19.2
Compare Source
Added
response_type
parameter ofnextcloud.ocs
method for calling OCS endpoints that return raw data. #341 Thanks to @janepiev0.19.1
Compare Source
Fixed
HaRP
, useunix-socket
instead ofhost:port
.v0.19.0
Compare Source
Added
FSNode
now havecreation_date
property. #335 Thanks to @SunnyFarmDayChanged
AA-VERSION
header. (Nextcloud 32+) #336AppAPIAuthMiddleware
now secures thewebsocket
connection. (Nextcloud 32+) #338v0.18.2
Compare Source
Changed
ExApp/appid/version (httpx/version)
. #329System Trust Store
from now are used by default. #328v0.18.1
Compare Source
Fixed
v0.18.0
Compare Source
Added
webhooks.unregister_all
method. #309Fixed
user
anduser_path
properties inFSNode
when Nextcloud located in the sub-path. #297 Thanks to @vwbusguyfiles.download_directory_as_zip
method now supports upcoming Nextcloud 31. #304v0.17.1
Compare Source
Added
setup_nextcloud_logging
function to support transparently sending logs to Nextcloud. #294Fixed
nc.log
now suppresses all exceptions to safe call it anywhere(for example in exception handlers). #293v0.17.0
Compare Source
Added
message_type
property to TalkBotMessage. #292Changed
TextProcessing
,Speech2Text
andTranslation
AI Providers API was removed. #289v0.16.0
Compare Source
Changed
Fixed
nc.files.makedirs
not working properly on Windows. #280 Thanks to @Wuli6v0.15.1
Compare Source
Fixed
ocs
function forGroup Folders
app routes(they are not fully OCS API). #279get_computation_device
function now correctly returns result in upper_case. #278v0.15.0
Compare Source
Added
Changed
fetch_models_task
function now saves paths to downloaded models. #274 Thanks to @kyteinskyv0.14.0
Compare Source
Added
LoginFlowV2
implementation by @blvdek #255files.get_tags
function to get all tags assigned to the file or directory. #260nc.ui.files_dropdown_menu.register_ex
to register new version of FileActions(AppAPI 2.6.0+) #252enabled_state
property to check if the current ExApp is disabled or enabled. #268v0.13.0
Compare Source
Added
occ
commands registration API(AppAPI 2.5.0+). #247Nodes
events listener registration API(AppAPI 2.5.0+). #249v0.12.1
Compare Source
Fixed
Display name
when creating user, which led to the parameter being ignored. #239 Thanks to @derekbuckleyv0.12.0
Compare Source
Update with new features only for
NextcloudApp
class. #233Added
ex_app.get_computation_device
function for retrieving GPU type(only with AppAPI2.5.0
+).ex_app.integration_fastapi.fetch_models_task
are now public function, addedprogress_init_start_value
param.request.scope["username"]
for easy use.Changed
UiActionFileInfo
class marked as deprecated, insteadActionFileInfo
class should be used.v0.11.0
Compare Source
Added
lock
andunlock
methods, lock file information toFsNode
. #227Fixed
MachineTranslation
provider registration - added optionalactionDetectLang
param. #229v0.10.0
Compare Source
Added
set_handlers
:models_to_fetch
can now accept direct links to a files to download. #21729
. #222Changed
2.0.3
#216set_handlers
rework of optional parameters see PR for information. #226v0.9.0
Compare Source
Added
Share
: added missingfile_source_id
,can_edit
,can_delete
properties. #206AppAPIAuthMiddleware
for easy cover all endpoints. #205MachineTranslation
providers(avalaible from Nextcloud 29). #207Changed
AppAPI 2.0
, see PR for description. #212Share
.raw_data marked as deprecated and changed to_raw_data
. #206ex_app.talk_bot_app
/ex_app.atalk_bot_app
renamed toex_app.talk_bot_msg
/ex_app.atalk_bot_msg
.v0.8.0
Compare Source
Added
download_log
method to downloadnextcloud.log
. #199Speech to Text
providers(avalaible from Nextcloud 29). #196Text Processing
providers(avalaible from Nextcloud 29). #198get_model_path
wrapper around huggingface_hub:snapshot_download. #202Fixed
HTTP 204 No Content
status. #197v0.7.2
Compare Source
Fixed
mkdir
anddelete
methods. #191 Thanks to @tobenaryDAV
methods. #194v0.7.1
Compare Source
Added
ocs
method is now public, making it easy to use Nextcloud OCS that has not yet been described. #187v0.7.0
Compare Source
Added
AsyncNextcloud
andAsyncNextcloudApp
classes. #181Changed
enabled_handler
,heartbeat_handler
,init_handler
now can be async(Coroutines). #175 #181models_to_fetch
andmodels_download_params
united in one more flexible parameter. #184v0.6.0
Compare Source
Added
UI
, example of such app, support for all new stuff ofAppAPI 1.4
. #168Fixed
/init
endpoint. #162v0.5.1
Compare Source
Fixed
move
,copy
,trashbin_restore
correctly setutf-8
headers. #157 Thanks to @tschechnikerupload_stream
correctly setutf-8
headers. #159headers
can now behttpx.Headers
and not onlydict
. #158v0.5.0
Compare Source
Added
/init
AppAPI endpoint and the ability to automatically load models fromhuggingface
. #151Changed
lifespan
instead of the deprecatedon_event
.v0.4.0
Compare Source
As the project moves closer to
beta
, final unification changes are being made.This release contains some breaking changes in
users
,notifications
API.Added
get_avatar
). #149__repr__
method added for most objects(previously it was only present forFsNode
). #147Changed
users.get_details
renamed toget_user
and returns a class instead of a dictionary. #145displayname
inusers.create
renamed todisplay_name
.apps.ExAppInfo
class has been rewritten in the same format as all the others. #146notifications.Notification
class has been rewritten in the same format as all the others.Fixed
users.get_details
with empty parameter in some cases was raised exception.user id
, and most API failed with 404. #148v0.3.1
Compare Source
Added
list_participants
method to list conversation participants. #142Fixed
status_message
andstatus_icon
fields were always empty.v0.3.0
Compare Source
Added
send_file
to easy sendFsNode
to Talk chat.receive_messages
can return theTalkFileMessage
subclass of usualTalkMessage
with additional functionality.ex_app.verify_version
function to simply check whether the application has been updated.Changed
info.xml
in examples to reflect upcoming changes in the AppStorev0.2.2
Compare Source
Added
chunked v2 upload
if there is a need for that:CHUNKED_UPLOAD_V2
Changed
chunk_size
argument is now 5Mb instead of 4Mb.v0.2.1
Compare Source
Added
ex_app.persistent_storage
function that returns path for the Application persistent storage.from nc_py_api.ex_app import persist_transformers_cache
- automatic use of persistent app directory for the AI models caching.v0.2.0
Compare Source
Added
FsNode.info
addedmimetype
property.Changed
v0.1.0
Compare Source
Added
get_filters
andget_activities
. #112tags
support. #115Changed
listfav
method, use new more powerfullist_by_criteria
method. #115Fixed
NotificationInfo.time
- was always incorrectly parsed and equal todatetime(1970,1,1)
v0.0.43
Compare Source
Added
Fixed
makedirs
correctly work with paths started with/
listdir
correctly handlesexclude_self=True
when inputpath
starts with/
v0.0.42
Compare Source
Added
trashbin_list
trashbin_restore
trashbin_delete
trashbin_cleanup
get_versions
andrestore_version
.Fixed
FsNode
fromUiActionFileInfo
now have thefile_id
with the NC instance ID as from the DAV requests.v0.0.41
Compare Source
Added
v0.0.40
Compare Source
Added
Changed
require_capabilities
/check_capabilities
can accept value withdot
: likefiles_sharing.api_enabled
and check for sub-values.Files
) again.Fixed
options.NPA_NC_CERT
bug, when setting throw.env
file.v0.0.31
Compare Source
Added
FsNode
can be created from NextcloudUiActionFileInfo
reply.Fixed
files.find
error when searching by"name"
. Thanks to @CooperGermanv0.0.30
Compare Source
Added
Nextcloud.response_headers
property, to get headers from last response.Changed
v0.0.29
Compare Source
Added
Share
API.Fixed
options
error when setting timeouts with the.env
file.share_with
parameter.v0.0.28
Compare Source
Added
download_directory_as_zip
method.Changed
Fixed
v0.0.27
Compare Source
Added
Notifications API
options
now independent in eachNextcloud
class. They can be specified in kwargs, environment or.env
files.Changed
hatching
as a build system, now correct install optional dependencies.shadowing a Python builtins
. Enabled additionalRuff
linters checks.user
, file related stuff withfile
, UI stuff withgui
.v0.0.26
Compare Source
Added
Changed
User Status API
,Users Group API
weather_status.get_location
Files API
:mkdir
,upload
,copy
,move
return newFsNode
object.listdir
: addeddepth
parameter.FsNode
: changedinfo
fromTypedDict
todataclass
, correct fields names with correct descriptions.FsNode
now allows comparison for equality.v0.0.25
Compare Source
Added
Files Sharing
APIs.Changed
FsNode
class with properties for parsing permissions.v0.0.24
Compare Source
Added
VERIFY_NC_CERTIFICATE
option.apps.ex_app_get_list
andapps.ex_app_get_info
methods.files.download2stream
andfiles.upload_stream
methods.FileAPI
can acceptFsNode
as a path.Changed
BSD-3 Clause
v0.0.23
Compare Source
Fixed
nextcloud_url
can contain/
at the end.logs
duringenable
/disable
events.v0.0.22
Compare Source
Added
heartbeat
endpoint support for AppEcosystemV2.v0.0.21
Compare Source
Added
app_cfg
property in theNextcloudApp
class.Fixed
v0.0.20
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.