Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 5cb9235

Browse files
committed
Update Readme and Release Notes
1 parent 6349d13 commit 5cb9235

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Let's print the JSON-LD payload.
9797
e.pprint()
9898
```
9999

100-
The result is available [here](https://raw.githubusercontent.com/Orange-OpenSource/python-ngsild-client/master/parking_sample.jsonld).<br>
100+
The result is available [here](https://github.com/Orange-OpenSource/python-ngsild-client/blob/master/parking_sample.jsonld).<br>
101101

102102

103103
### Persist our parking in the Context Broker
@@ -236,7 +236,7 @@ Make a single list of these parts and save it into a file.
236236
datamodel = sum(([parking], spots), []) # flatten lists
237237
Entity.save_batch(datamodel, "parking_system.jsonld")
238238
```
239-
The result is available [here](https://raw.githubusercontent.com/Orange-OpenSource/python-ngsild-client/master/parking_system.jsonld).<br>
239+
The result is available [here](https://github.com/Orange-OpenSource/python-ngsild-client/blob/master/parking_system.jsonld).<br>
240240
Time now to populate our parking system in the broker.
241241

242242
```python

RELEASE-NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# ngsildclient 0.5.1
2+
## November 24, 2022
3+
4+
- Allow to specify precision in Entity.loc()
5+
- Added type to PostalAddressBuilder
6+
- Urlencode query in subscription payloads
7+
- Fixed issue #7 : Batch upsert with AsyncClient fails with Unsupported Media type
8+
19
# ngsildclient 0.5.0
210
## October 26, 2022
311

0 commit comments

Comments
 (0)