Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 3... Línea 3...
3
All notable changes to this project will be documented in this file.
3
All notable changes to this project will be documented in this file.
Línea 4... Línea 4...
4
 
4
 
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
Línea -... Línea 6...
-
 
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
 
7
 
-
 
8
## 2.7.0 - 2024-07-18
-
 
9
 
-
 
10
### Added
-
 
11
 
-
 
12
- Add `Utils::redactUserInfo()` method
-
 
13
- Add ability to encode bools as ints in `Query::build`
-
 
14
 
-
 
15
## 2.6.3 - 2024-07-18
-
 
16
 
-
 
17
### Fixed
-
 
18
 
-
 
19
- Make `StreamWrapper::stream_stat()` return `false` if inner stream's size is `null` 
-
 
20
 
-
 
21
### Changed
-
 
22
 
-
 
23
- PHP 8.4 support
-
 
24
 
-
 
25
## 2.6.2 - 2023-12-03
-
 
26
 
-
 
27
### Fixed
-
 
28
 
-
 
29
- Fixed another issue with the fact that PHP transforms numeric strings in array keys to ints
-
 
30
 
-
 
31
### Changed
-
 
32
 
-
 
33
- Updated links in docs to their canonical versions
-
 
34
- Replaced `call_user_func*` with native calls
-
 
35
 
-
 
36
## 2.6.1 - 2023-08-27
-
 
37
 
-
 
38
### Fixed
-
 
39
 
-
 
40
- Properly handle the fact that PHP transforms numeric strings in array keys to ints
-
 
41
 
-
 
42
## 2.6.0 - 2023-08-03
-
 
43
 
-
 
44
### Changed
-
 
45
 
-
 
46
- Updated the mime type map to add some new entries, fix a couple of invalid entries, and remove an invalid entry
-
 
47
- Fallback to `application/octet-stream` if we are unable to guess the content type for a multipart file upload
-
 
48
 
-
 
49
## 2.5.1 - 2023-08-03
-
 
50
 
-
 
51
### Fixed
-
 
52
 
-
 
53
- Corrected mime type for `.acc` files to `audio/aac`
-
 
54
 
-
 
55
### Changed
-
 
56
 
-
 
57
- PHP 8.3 support
-
 
58
 
-
 
59
## 2.5.0 - 2023-04-17
-
 
60
 
-
 
61
### Changed
-
 
62
 
-
 
63
- Adjusted `psr/http-message` version constraint to `^1.1 || ^2.0`
-
 
64
 
-
 
65
## 2.4.5 - 2023-04-17
-
 
66
 
-
 
67
### Fixed
-
 
68
 
-
 
69
- Prevent possible warnings on unset variables in `ServerRequest::normalizeNestedFileSpec`
-
 
70
- Fixed `Message::bodySummary` when `preg_match` fails
-
 
71
- Fixed header validation issue
-
 
72
 
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
73
## 2.4.4 - 2023-03-09
-
 
74
 
-
 
75
### Changed
Línea 7... Línea 76...
7
 
76
 
Línea 8... Línea 77...
8
## Unreleased
77
- Removed the need for `AllowDynamicProperties` in `LazyOpenStream`