Skip to content

Commit

Permalink
v14.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 25, 2024
1 parent 59c7684 commit c6fa018
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
25 changes: 22 additions & 3 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: "release.get_with_with_details: Set user None when without permissions"
hash: 5e7339c81a0428022282a53aece376b59890e389
body: >
This was a bug on balena python sdk which would not mimic the JS sdk
behaviour of
setting the user as undefined when without reading permissions for it
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
version: 14.4.2
title: ""
date: 2024-03-25T13:40:15.707Z
- commits:
- subject: Fix get_with_service_details typings
hash: 9077f9d3bfcdc0066853d4808dbab2e5c336824a
Expand Down Expand Up @@ -2312,7 +2327,9 @@
from balena import Balena
to output all logging messages to stdout, which overrides all logging settings in the application and fills the logs with double printed messages.
to output all logging messages to stdout, which overrides all logging
settings in the application and fills the logs with double printed
messages.
- commits:
- hash: ac7bccdd234f6a7e14c6130b7433d9478fd45a4c
- commits:
Expand Down Expand Up @@ -2521,7 +2538,8 @@
- Implement get_all_with_device_service_details() and
get_with_device_service_details() for Application.
- Update device.get_with_service_details() logic so the SDK can send lighter requests to the API.
- Update device.get_with_service_details() logic so the SDK can send
lighter requests to the API.
- commits:
- hash: 73e53e879f9d091fa8aebb1d343965b1d3b2288b
- commits:
Expand Down Expand Up @@ -4056,7 +4074,8 @@
- body: >-
This PR contains some changes to make sure the right libraries and
dependencies are loaded for Python 3. There is no big change in the source code since most of the code is Python 3 compatible.
dependencies are loaded for Python 3. There is no big change in the
source code since most of the code is Python 3 compatible.
Apart from that there are some improments and bug fixes included:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v14.4.2 - 2024-03-25

* Release.get_with_with_details: Set user None when without permissions [Otavio Jacobi]

## v14.4.1 - 2023-12-18

* Fix get_with_service_details typings [Otávio Jacobi]
Expand Down
2 changes: 1 addition & 1 deletion balena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
from .pine import PineClient
from .settings import SettingsConfig, Settings

__version__ = "14.4.1"
__version__ = "14.4.2"


class Balena:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "balena-sdk"
version = "14.4.1"
version = "14.4.2"
description = ""
authors = ["Balena <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit c6fa018

Please sign in to comment.