Skip to content

Commit 67a8d97

Browse files
committed
Changelog Updated
Changelog updated for some additional v1.1 fixes
1 parent e810126 commit 67a8d97

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
# Changelog
22

33
All notable changes to python-alfresco-api will be documented in this file.
4-
54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

10-
## [1.1.0] - 2025-07-18
9+
## [1.1.0] - 2025-07-21
10+
11+
### Changes
12+
- Updated __init__.py files to have all things in __all_ so they get included in the package
13+
- Now have basic requirements.txt, requirements-dev.txt for development.txt, and new requirements-codegen.txt for advanced development where raw clients,
14+
high level clients, or documentation needs to be regenerated
15+
- Run_tests.py performance test is now the time of running the whole test suite, not a few client creates
16+
- Pyproject has added includes for package and sdist
17+
- Fix gitignore to not cause downloads/ dirignored so core/downloads and raw core /downloads get checked in
18+
19+
### Documentation
20+
- Readme: reworded build with source description
21+
- Readme: tests section at the end now develop and test
22+
- Removed docs for eliminated core.folders (use ops in nodes)
1123

1224
### Added
1325
- Implemented hierarchical client architecture with three-tier organization and lazy loading (3 tiers doesn't count optional master). This is generated from raw clients (previously had 7 files one per client).

0 commit comments

Comments
 (0)