Skip to content

Commit 808d876

Browse files
committed
Updates on changelog
1 parent e11e113 commit 808d876

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v1.0.60 (2023-09-13)
44

5+
### Added
56
New flag to store the entity mapping data in memory, when using `edge`. Use
67
with caution.
78

@@ -12,11 +13,29 @@ for entity in eref:
1213
print(entity)
1314
```
1415

16+
## v1.0.59 (2022-11-25)
17+
18+
### Added
19+
20+
- New examples
21+
22+
### Improved
23+
- Script to check the connection (check_connection.py) also checks edge.
24+
- Edge flatfiles can now be downloaded through the API, just like RPA
25+
flatfiles
26+
- Old examples now work with edge as well.
27+
28+
### Fixed
29+
30+
- Bug listing jobs
31+
1532
## v1.0.58 (2022-01-12)
1633

17-
EntityTypeReference for Edge reference files - won't keep the entire mapping in memory anymore.
18-
This allows to grab the reference files and write them to file - or iterate through them - but they can't
19-
be accessed as rp_entity_id mappings anymore - for Edge only.
34+
### Improved
35+
`EntityTypeReference` for Edge reference files won't keep the entire mapping in
36+
memory anymore. This allows to grab the reference files and write them to file
37+
(or iterate through them) but they can't be accessed as rp_entity_id mappings
38+
anymore. For Edge only.
2039

2140
## v1.0.56 (2021-11-04)
2241

@@ -126,5 +145,4 @@ data_count = ds.count(
126145
end_date='2018-01-05 18:01:00',
127146
)
128147
# {'count': 11, 'stories': 10, 'entities': 6}
129-
130148
```

0 commit comments

Comments
 (0)