Skip to content

Commit d14f140

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d167020 + 930b492 commit d14f140

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [Unreleased]
10+
11+
12+
## [3.0.3] - 2023-07-15
13+
14+
### Added
15+
16+
- SharePoint document set support
17+
18+
### Fixed
19+
20+
- Fix SharePoint upload with small files (#328)
21+
- SharePoint web resource URL computation
22+
23+
24+
## [3.0.2] - 2023-03-03
25+
26+
### Fixed
27+
28+
- Autoloading for SharePoint/Publishing/ classes
29+
- Fix OneDrive createFolder()
30+
31+
## [3.0.1] - 2023-01-21
32+
33+
### Breaking
34+
35+
- ClientObjectCollection::get() only returns a limited set of data.
36+
Use getAll() now instead.
37+
38+
### Added
39+
40+
- Update SharePoint models to version 16.0.22921.12007
41+
- Update SharePoint models to version 16.0.23207.12005
42+
- Add CC recipients in outlook messages (#300)
43+
- New functions in Http\Response (#304)
44+
- SharePoint/Field::enableIndex() method
45+
- SharePoint/ClientContext::getGroupSiteManager(), ::getPeopleManager(),
46+
::getSiteManager(), ::getSearch() and getTaxonomy()
47+
- SharePoint/Search/SearchService::export()
48+
- Example for obtaining fields of a list (#307)
49+
- Example to list all lists (#316)
50+
- Examples to read large lists, update list items and create indexes
51+
52+
### Fixed
53+
54+
- Sending mails with attachments (#301)
55+
- Option merging in Http\Requests::setDefaultOptions (#319)
56+
57+
### Removed
58+
59+
- Http\Requests::execute() $headers parameter (#304)
60+
- state from ClientRequest
61+
62+
63+
## [3.0.0] - 2022-10-07
64+
65+
### Breaking
66+
67+
- Support for PHP version < 7.1.0
68+
69+
### Added
70+
71+
- Support for confidential clients (#286)
72+
- Throw exception on outdated client credentials (#283)
73+
74+
### Fixed
75+
76+
- Fix deprecations on PHP 8 (#298)
77+
- Validate each individual server response (#287)
78+
- Do not throw exception on all 4xx responses (#288)

0 commit comments

Comments
 (0)