kinetic_sdk 5.0.27 → 5.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +24 -0
- data/gems/mime-types-3.6.0/Code-of-Conduct.md +128 -0
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/History.md +18 -0
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/README.rdoc +2 -1
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/Rakefile +1 -0
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/type.rb +68 -43
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/types/container.rb +2 -2
- data/gems/mime-types-3.6.0/lib/mime/types/deprecations.rb +56 -0
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/types/loader.rb +1 -1
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/types/registry.rb +6 -4
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/test_mime_type.rb +37 -33
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/test_mime_types.rb +11 -16
- data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/test_mime_types_class.rb +3 -3
- data/gems/{mime-types-data-3.2024.0305/History.md → mime-types-data-3.2025.0107/CHANGELOG.md} +242 -180
- data/gems/mime-types-data-3.2025.0107/CODE_OF_CONDUCT.md +128 -0
- data/gems/{mime-types-data-3.2024.0305/Contributing.md → mime-types-data-3.2025.0107/CONTRIBUTING.md} +39 -133
- data/gems/mime-types-data-3.2025.0107/CONTRIBUTORS.md +52 -0
- data/gems/{mime-types-data-3.2024.0305/Licence.md → mime-types-data-3.2025.0107/LICENCE.md} +1 -1
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/Manifest.txt +6 -17
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/README.md +30 -30
- data/gems/mime-types-data-3.2025.0107/Rakefile +88 -0
- data/gems/mime-types-data-3.2025.0107/SECURITY.md +7 -0
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/content_type_mime.db +4 -3
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/ext_mime.db +4 -3
- data/gems/mime-types-data-3.2025.0107/data/mime-types.json +1 -0
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/mime.content_type.column +71 -5
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/mime.docs.column +66 -0
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/mime.encoding.column +66 -0
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/mime.flags.column +70 -4
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/mime.friendly.column +66 -0
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/mime.pext.column +66 -0
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/mime.use_instead.column +69 -3
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/data/mime.xrefs.column +132 -66
- data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/lib/mime/types/data.rb +1 -1
- data/lib/kinetic_sdk/core/lib/jwt.rb +1 -1
- data/lib/kinetic_sdk/core/lib/space.rb +17 -8
- data/lib/kinetic_sdk/integrator/integrator-sdk.rb +140 -0
- data/lib/kinetic_sdk/integrator/lib/connections.rb +62 -0
- data/lib/kinetic_sdk/integrator/lib/executions.rb +38 -0
- data/lib/kinetic_sdk/integrator/lib/metadata.rb +31 -0
- data/lib/kinetic_sdk/integrator/lib/operations.rb +69 -0
- data/lib/kinetic_sdk/utils/kinetic-http.rb +20 -20
- data/lib/kinetic_sdk/version.rb +1 -1
- data/lib/kinetic_sdk.rb +3 -2
- metadata +60 -66
- data/gems/mime-types-3.5.2/Code-of-Conduct.md +0 -73
- data/gems/mime-types-3.5.2/lib/mime/types/deprecations.rb +0 -36
- data/gems/mime-types-data-3.2024.0305/Code-of-Conduct.md +0 -75
- data/gems/mime-types-data-3.2024.0305/Rakefile +0 -170
- data/gems/mime-types-data-3.2024.0305/data/mime-types.json +0 -1
- data/gems/mime-types-data-3.2024.0305/types/application.yaml +0 -18611
- data/gems/mime-types-data-3.2024.0305/types/audio.yaml +0 -1740
- data/gems/mime-types-data-3.2024.0305/types/chemical.yaml +0 -71
- data/gems/mime-types-data-3.2024.0305/types/conference.yaml +0 -9
- data/gems/mime-types-data-3.2024.0305/types/drawing.yaml +0 -15
- data/gems/mime-types-data-3.2024.0305/types/font.yaml +0 -65
- data/gems/mime-types-data-3.2024.0305/types/image.yaml +0 -1316
- data/gems/mime-types-data-3.2024.0305/types/message.yaml +0 -241
- data/gems/mime-types-data-3.2024.0305/types/model.yaml +0 -450
- data/gems/mime-types-data-3.2024.0305/types/multipart.yaml +0 -179
- data/gems/mime-types-data-3.2024.0305/types/text.yaml +0 -1257
- data/gems/mime-types-data-3.2024.0305/types/video.yaml +0 -1156
- data/gems/mime-types-data-3.2024.0305/types/world.yaml +0 -8
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/Contributing.md +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/Licence.md +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/Manifest.txt +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/type/columnar.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/types/_columnar.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/types/cache.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/types/columnar.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/types/full.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/types/logger.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime/types.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/lib/mime-types.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/bad-fixtures/malformed +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/fixture/json.json +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/fixture/old-data +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/fixture/yaml.yaml +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/minitest_helper.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/test_mime_types_cache.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/test_mime_types_lazy.rb +0 -0
- /data/gems/{mime-types-3.5.2 → mime-types-3.6.0}/test/test_mime_types_loader.rb +0 -0
- /data/gems/{mime-types-data-3.2024.0305 → mime-types-data-3.2025.0107}/lib/mime-types-data.rb +0 -0
data/gems/{mime-types-data-3.2024.0305/History.md → mime-types-data-3.2025.0107/CHANGELOG.md}
RENAMED
@@ -2,46 +2,124 @@
|
|
2
2
|
|
3
3
|
<!-- automatic-release -->
|
4
4
|
|
5
|
+
## 3.2025.0107 / 2025-01-07
|
6
|
+
|
7
|
+
- Updated the Apache and IANA media registry entries as of release date
|
8
|
+
- Restructured documentation for how I prefer to manage Hoe projects now.
|
9
|
+
- Reworked the Rakefile because all data updates are now managed by GitHub
|
10
|
+
Actions and should not be managed manually any longer.
|
11
|
+
|
12
|
+
- `rake release:prepare` now does the same work as `rake release:gha`, but
|
13
|
+
does not commit or create a pull request.
|
14
|
+
|
15
|
+
- `rake convert` no longer has any subtasks.
|
16
|
+
|
17
|
+
- `rake update` has been removed with no replacement.
|
18
|
+
|
19
|
+
- Updated `.hoerc` to properly exclude `support/` and `types/` from the
|
20
|
+
manifest.
|
21
|
+
|
22
|
+
## 3.2024.1203 / 2024-12-03
|
23
|
+
|
24
|
+
- Updated the Apache and IANA media registry entries as of release date
|
25
|
+
|
26
|
+
## 3.2024.1105 / 2024-11-05
|
27
|
+
|
28
|
+
- Updated the Apache and IANA media registry entries as of release date
|
29
|
+
|
30
|
+
## 3.2024.1001 / 2024-10-01
|
31
|
+
|
32
|
+
- Updated the Apache and IANA media registry entries as of release date
|
33
|
+
|
34
|
+
## 3.2024.0903 / 2024-09-03
|
35
|
+
|
36
|
+
- Updated the Apache and IANA media registry entries as of release date
|
37
|
+
|
38
|
+
## 3.2024.0820 / 2024-08-20
|
39
|
+
|
40
|
+
- Updated the Apache and IANA media registry entries as of release date.
|
41
|
+
|
42
|
+
- Added `.jxl` extension for `image/jxl`. Contributed by Shane Eskritt in
|
43
|
+
[#81][#81].
|
44
|
+
|
45
|
+
## 3.2024.0806 / 2024-08-06
|
46
|
+
|
47
|
+
- Updated the Apache and IANA media registry entries as of release date
|
48
|
+
|
49
|
+
## 3.2024.0702 / 2024-07-02
|
50
|
+
|
51
|
+
- Updated the Apache and IANA media registry entries as of release date
|
52
|
+
|
53
|
+
- This update adds an empty `example/` top-level media type group.
|
54
|
+
|
55
|
+
- This update adds a new `haptics/` group with three media types defined.
|
56
|
+
|
57
|
+
- Moved extensions from `audio/x-aac` to `audio/aac` and mark `audio/x-aac` as
|
58
|
+
obsolete. Based on [#77][#77] by Samuel Williams.
|
59
|
+
|
60
|
+
- Made the same changes for `audio/flac` and `audio/matroska`.
|
61
|
+
|
62
|
+
## 3.2024.0604 / 2024-06-04
|
63
|
+
|
64
|
+
- Updated the Apache and IANA media registry entries as of release date
|
65
|
+
|
66
|
+
- Internal changes:
|
67
|
+
|
68
|
+
- Update to latest version of Rubygems for testing.
|
69
|
+
|
70
|
+
- Remove restriction on Pysch version as that does not work well with current
|
71
|
+
Rubies.
|
72
|
+
|
73
|
+
- Fix a bug with the history generation on automatic updates.
|
74
|
+
|
75
|
+
## 3.2024.0507 / 2024-05-07
|
76
|
+
|
77
|
+
- Updated the Apache and IANA media registry entries as of release date
|
78
|
+
|
79
|
+
## 3.2024.0402 / 2024-04-02
|
80
|
+
|
81
|
+
- Updated the Apache and IANA media registry entries as of release date
|
82
|
+
|
5
83
|
## 3.2024.0305 / 2024-03-05
|
6
84
|
|
7
|
-
-
|
85
|
+
- Updated the Apache and IANA media registry entries as of release date
|
8
86
|
|
9
87
|
## 3.2024.0206 / 2024-02-06
|
10
88
|
|
11
|
-
-
|
89
|
+
- Updated the Apache and IANA media registry entries as of release date
|
12
90
|
|
13
91
|
## 3.2024.0102 / 2024-01-02
|
14
92
|
|
15
|
-
-
|
93
|
+
- Updated the Apache and IANA media registry entries as of release date
|
16
94
|
|
17
95
|
## 3.2023.1205 / 2023-12-05
|
18
96
|
|
19
|
-
-
|
97
|
+
- Updated the Apache and IANA media registry entries as of release date
|
20
98
|
|
21
99
|
## 3.2023.1107 / 2023-11-07
|
22
100
|
|
23
|
-
-
|
101
|
+
- Updated the Apache and IANA media registry entries as of release date
|
24
102
|
|
25
103
|
## 3.2023.1003 / 2023-10-03
|
26
104
|
|
27
|
-
-
|
105
|
+
- Updated the Apache and IANA media registry entries as of release date
|
28
106
|
|
29
107
|
## 3.2023.0905 / 2023-09-05
|
30
108
|
|
31
|
-
-
|
109
|
+
- Updated the Apache and IANA media registry entries as of release date
|
32
110
|
|
33
111
|
## 3.2023.0808 / 2023-08-08
|
34
112
|
|
35
|
-
-
|
113
|
+
- Updated the Apache and IANA media registry entries as of release date
|
36
114
|
|
37
115
|
## 3.2023.0218.1 / 2023-02-18
|
38
116
|
|
39
117
|
- When this data library was created in 2015, I made the decision based on
|
40
118
|
information available to deprecate `text/javascript` in favour of
|
41
119
|
`application/javascript`. Since the previous update (2022-01-05), IANA has
|
42
|
-
officially deprecated `application/javascript` in favour of
|
43
|
-
|
44
|
-
|
120
|
+
officially deprecated `application/javascript` in favour of `text/javascript`.
|
121
|
+
Samuel Williams discovered this in [#55][#55] by noting that all `js` types
|
122
|
+
were marked obsolete in version 3.2023.0218.
|
45
123
|
|
46
124
|
A hotfix has been applied to resolve this. However, note that
|
47
125
|
`application/javascript` will not be returned by default, only
|
@@ -52,44 +130,44 @@
|
|
52
130
|
- Updated the Apache and IANA media registry entries as of release date.
|
53
131
|
|
54
132
|
- Mohammed Gad added the `jfif` file extension for `image/jpeg` text format.
|
55
|
-
[#52][]
|
133
|
+
[#52][#52]
|
56
134
|
|
57
|
-
- Reworked the loading of IANA provisional media registries to merge them
|
58
|
-
|
59
|
-
|
135
|
+
- Reworked the loading of IANA provisional media registries to merge them into
|
136
|
+
the top-level media-type registries instead of a standalone registry file.
|
137
|
+
[#53][#53] originally identified by Chris Salzberg in [#50][#50].
|
60
138
|
|
61
|
-
It is worth noting that this is an _imperfect_ solution as if a media type
|
62
|
-
|
63
|
-
|
139
|
+
It is worth noting that this is an _imperfect_ solution as if a media type is
|
140
|
+
provisionally registered and withdrawn, it will linger in the registry with no
|
141
|
+
clean way of identifying them at the moment. See [#54][#54].
|
64
142
|
|
65
|
-
This release also fixes [ruby-mime-types#163][], where logs
|
66
|
-
application/netcdf is already registered as a variant of
|
143
|
+
This release also fixes [ruby-mime-types#163][ruby-mime-types#163], where logs
|
144
|
+
show "Type application/netcdf is already registered as a variant of
|
67
145
|
application/netcdf".
|
68
146
|
|
69
147
|
## 3.2022.0105 / 2022-01-05
|
70
148
|
|
71
149
|
- Updated the Apache and IANA media registry entries as of release date.
|
72
150
|
|
73
|
-
- Fixed an incorrect definition of `image/bmp`, which had been marked
|
74
|
-
|
151
|
+
- Fixed an incorrect definition of `image/bmp`, which had been marked obsolete
|
152
|
+
and later registered. Fixed [#48][#48], found by William T. Nelson.
|
75
153
|
|
76
154
|
## 3.2021.1115 / 2021-11-15
|
77
155
|
|
78
156
|
- Updated the Apache and IANA media registry entries as of release date.
|
79
157
|
|
80
158
|
- Added conversion utilities that support the `mini_mime` data format. These
|
81
|
-
have been ported from the [mini_mime][] repository. [#47][]
|
159
|
+
have been ported from the [mini_mime][mini_mime] repository. [#47][#47]
|
82
160
|
|
83
|
-
- Added IANA provisional media registries. Added some notes to
|
84
|
-
|
85
|
-
|
86
|
-
[#
|
161
|
+
- Added IANA provisional media registries. Added some notes to Contributing.md
|
162
|
+
about the transient nature of the provisional registration data. This was
|
163
|
+
triggered in part by a pull request by Jon Sneyers. Thanks! [#45][#45],
|
164
|
+
[#43][#43]
|
87
165
|
|
88
166
|
## 3.2021.0901 / 2021-09-01
|
89
167
|
|
90
168
|
- Updated the Apache and IANA media registry entries as of release date.
|
91
169
|
|
92
|
-
- Added file extension for WebVTT text format. [#46][]
|
170
|
+
- Added file extension for WebVTT text format. [#46][#46]
|
93
171
|
|
94
172
|
## 3.2021.0704 / 2021-07-04
|
95
173
|
|
@@ -99,94 +177,94 @@
|
|
99
177
|
|
100
178
|
- Updated the Apache and IANA media registry entries as of release date.
|
101
179
|
|
102
|
-
- Added file extension for AVIF video format. [#40][]
|
180
|
+
- Added file extension for AVIF video format. [#40][#40]
|
103
181
|
|
104
182
|
## 3.2021.0212 / 2021-02-12
|
105
183
|
|
106
184
|
- Updated the IANA media registry entries as of release date.
|
107
185
|
|
108
|
-
- Added a new rake task (`release:automatic`) that downloads and converts
|
109
|
-
|
110
|
-
|
111
|
-
|
186
|
+
- Added a new rake task (`release:automatic`) that downloads and converts the
|
187
|
+
data from Apache and IANA; if there are changes detected, it updates the
|
188
|
+
release version, changelog, manifest, and gemspec and commits the changes to
|
189
|
+
git.
|
112
190
|
|
113
191
|
## 3.2020.1104 / 2020-11-04
|
114
192
|
|
115
193
|
- Updated the IANA media registry entries as of release date.
|
116
194
|
|
117
|
-
- Added `application/x-zip-compressed`. [#36][]
|
195
|
+
- Added `application/x-zip-compressed`. [#36][#36]
|
118
196
|
|
119
197
|
- Updated the contributing guide to include information about the release
|
120
|
-
process as described in [#18][]
|
198
|
+
process as described in [#18][#18]
|
121
199
|
|
122
|
-
- Corrected a misspelling of Yoran Brondsema’s name. Sorry, Yoran. [#35][]
|
200
|
+
- Corrected a misspelling of Yoran Brondsema’s name. Sorry, Yoran. [#35][#35]
|
123
201
|
|
124
202
|
## 3.2020.0512 / 2020-05-12
|
125
203
|
|
126
204
|
- Updated the IANA media registry entries as of release date.
|
127
205
|
|
128
|
-
- Added file extensions for HEIC image types. [#34][]
|
206
|
+
- Added file extensions for HEIC image types. [#34][#34]
|
129
207
|
|
130
208
|
## 3.2020.0425 / 2020-04-25
|
131
209
|
|
132
210
|
- Updated the IANA media registry entries as of release date.
|
133
211
|
|
134
212
|
- Added several RAW image types based on data from GNOME RAW Thumbnailer.
|
135
|
-
[#33][] fixing [#32][]
|
213
|
+
[#33][#33] fixing [#32][#32]
|
136
214
|
|
137
|
-
- Added `audio/wav`. [#31][]
|
215
|
+
- Added `audio/wav`. [#31][#31]
|
138
216
|
|
139
|
-
- Added a type for Smarttech notebook files. [#30][]
|
217
|
+
- Added a type for Smarttech notebook files. [#30][#30]
|
140
218
|
|
141
|
-
- Added an alias for audio/m4a files. [#29][]
|
219
|
+
- Added an alias for audio/m4a files. [#29][#29]
|
142
220
|
|
143
|
-
- Added application/x-ms-dos-executable. [#28][]
|
221
|
+
- Added application/x-ms-dos-executable. [#28][#28]
|
144
222
|
|
145
223
|
## 3.2019.1009 / 2019-10-09
|
146
224
|
|
147
225
|
- Updated the IANA media registry entries as of release date.
|
148
226
|
|
149
|
-
- Reordered the `.ai` extension so that it is not the preferred extension
|
150
|
-
|
227
|
+
- Reordered the `.ai` extension so that it is not the preferred extension for
|
228
|
+
`application/pdf` [#24][#24]
|
151
229
|
|
152
230
|
## 3.2019.0904 / 2019-09-04
|
153
231
|
|
154
232
|
- Updated the IANA media registry entries as of release date.
|
155
233
|
|
156
|
-
- Moved the `.ai` extension from `application/postscript` to
|
157
|
-
|
234
|
+
- Moved the `.ai` extension from `application/postscript` to `application/pdf`.
|
235
|
+
[#23][#23] fixing [#22][#22]
|
158
236
|
|
159
237
|
## 3.2019.0331 / 2019-03-31
|
160
238
|
|
161
239
|
- Updated the IANA media registry entries as of release date.
|
162
240
|
|
163
|
-
- Added support for `application/wasm` with extension `.wasm`. [#21][]
|
241
|
+
- Added support for `application/wasm` with extension `.wasm`. [#21][#21]
|
164
242
|
|
165
|
-
- Fixed `application/ecmascript` extensions. [#20][]
|
243
|
+
- Fixed `application/ecmascript` extensions. [#20][#20]
|
166
244
|
|
167
245
|
## 3.2018.0812 / 2018-08-12
|
168
246
|
|
169
|
-
- Added `.xsd` extension to `text/xml`. [#10][]
|
247
|
+
- Added `.xsd` extension to `text/xml`. [#10][#10]
|
170
248
|
|
171
|
-
- Added `.js` and `.mjs` extensions to `text/ecmascript` and
|
172
|
-
|
249
|
+
- Added `.js` and `.mjs` extensions to `text/ecmascript` and `text/javascript`.
|
250
|
+
[#11][#11]
|
173
251
|
|
174
|
-
- Added `.ipa` extension to `application/octet-stream`. [#12][]
|
252
|
+
- Added `.ipa` extension to `application/octet-stream`. [#12][#12]
|
175
253
|
|
176
254
|
- Moved extensions `.markdown` and `.md` and added `.mkd` extension to
|
177
|
-
`text/markdown`. [#13][]
|
255
|
+
`text/markdown`. [#13][#13]
|
178
256
|
|
179
|
-
- Because of a bug found with mime-types 3 before 3.2.1, this version
|
180
|
-
|
257
|
+
- Because of a bug found with mime-types 3 before 3.2.1, this version requires
|
258
|
+
mime-types 3.1 or later to manage data.
|
181
259
|
|
182
|
-
- Updated the IANA media registry entries as of release date. The biggest
|
183
|
-
|
260
|
+
- Updated the IANA media registry entries as of release date. The biggest major
|
261
|
+
change here is the addition of the `font/` top-level media type.
|
184
262
|
|
185
263
|
- MIME type changes not introduced by pull requests will no longer be
|
186
264
|
individually tracked.
|
187
265
|
|
188
|
-
- Clarified that the YAML editable format is not shipped with the Ruby gem
|
189
|
-
|
266
|
+
- Clarified that the YAML editable format is not shipped with the Ruby gem for
|
267
|
+
size considerations.
|
190
268
|
|
191
269
|
## 3.2016.0521 / 2016-05-21
|
192
270
|
|
@@ -200,17 +278,17 @@
|
|
200
278
|
application/EmergencyCallData.DeviceInfo+xml,
|
201
279
|
application/EmergencyCallData.ProviderInfo+xml,
|
202
280
|
application/EmergencyCallData.ServiceInfo+xml,
|
203
|
-
application/EmergencyCallData.SubscriberInfo+xml,
|
204
|
-
application/
|
205
|
-
|
281
|
+
application/EmergencyCallData.SubscriberInfo+xml, application/ogg,
|
282
|
+
application/problem+json, application/problem+xml, audio/ogg, text/markdown,
|
283
|
+
video/H265, video/ogg.
|
206
284
|
- Added application/efi, application/vnd.3gpp.sms+xml,
|
207
285
|
application/vnd.3lightssoftware.imagescal,
|
208
286
|
application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
|
209
287
|
application/vnd.onepager, application/vnd.quarantainenet,
|
210
288
|
application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
|
211
|
-
- image/bmp has a draft RFC which would make it official; it has been
|
212
|
-
|
213
|
-
|
289
|
+
- image/bmp has a draft RFC which would make it official; it has been finally
|
290
|
+
been registered. As such, this version _reverses_ the use-instead
|
291
|
+
relationship of image/bmp and image/x-bmp.
|
214
292
|
|
215
293
|
- This version requires mime-types 3.1 or later to manage data because of an
|
216
294
|
issue with JSON data encoding for the `xrefs` field.
|
@@ -220,23 +298,23 @@
|
|
220
298
|
- Updated the known extensions list for audio/mp4.
|
221
299
|
- Updated the IANA media registry entries as of release date:
|
222
300
|
|
223
|
-
- Updated metadata for 3GPP-defined types (there are many),
|
224
|
-
|
301
|
+
- Updated metadata for 3GPP-defined types (there are many), application/cdni,
|
302
|
+
and application/rfc+xml.
|
225
303
|
- Added application/EmergencyCallData.Comment+xml,
|
226
304
|
application/EmergencyCallData.DeviceInfo+xml,
|
227
305
|
application/EmergencyCallData.ProviderInfo+xml,
|
228
306
|
application/EmergencyCallData.ServiceInfo+xml,
|
229
307
|
application/ppsp-tracker+json, application/problem+json,
|
230
|
-
application/problem+xml, application/vnd.filmit.zfc,
|
231
|
-
application/vnd.
|
308
|
+
application/problem+xml, application/vnd.filmit.zfc, application/vnd.hdt,
|
309
|
+
application/vnd.mapbox-vector-tile,
|
232
310
|
application/vnd.ms-PrintDeviceCapabilities+xml,
|
233
311
|
application/vnd.ms-PrintSchemaTicket+xml,
|
234
312
|
application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
|
235
313
|
model/vnd.rosette.annotated-data-model, and video/H265.
|
236
314
|
|
237
315
|
- Updated to [Contributor Covenant 1.4][code of conduct].
|
238
|
-
- Shift the support code in this repository to be developed with Ruby 2.3.
|
239
|
-
|
316
|
+
- Shift the support code in this repository to be developed with Ruby 2.3. This
|
317
|
+
involves:
|
240
318
|
|
241
319
|
- Adding `frozen_string_literal: true` to all Ruby files.
|
242
320
|
- Applied some recommended readability and performance suggestions from
|
@@ -247,15 +325,14 @@
|
|
247
325
|
|
248
326
|
- Extracted from [ruby-mime-types][rmt].
|
249
327
|
- Added a [Code of Conduct].
|
250
|
-
- The versioning has changed to be semantic on format plus date in two
|
251
|
-
parts.
|
328
|
+
- The versioning has changed to be semantic on format plus date in two parts.
|
252
329
|
|
253
330
|
- All registry formats have been updated to remove deprecated data.
|
254
331
|
- The columnar format has been updated to store three boolean flags in a
|
255
332
|
single flags file.
|
256
333
|
|
257
|
-
- Updated the conversion and management utilities to work with
|
258
|
-
|
334
|
+
- Updated the conversion and management utilities to work with ruby-mime-types
|
335
|
+
3.x.
|
259
336
|
|
260
337
|
- Updated the IANA media registry entries as of release date:
|
261
338
|
|
@@ -279,51 +356,47 @@
|
|
279
356
|
- Added application/pkcs12, application/scim+json, multipart/form-data.
|
280
357
|
application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
|
281
358
|
application/vnd.3gpp.mid-call+xml,
|
282
|
-
application/vnd.3gpp-state-and-event-info+xml,
|
283
|
-
application.
|
284
|
-
application/vnd.
|
285
|
-
application/vnd.firemonkeys.cloudcell,
|
359
|
+
application/vnd.3gpp-state-and-event-info+xml, application.3gpp.ussd+xml,
|
360
|
+
application/vnd.anki, application/vnd.biopax.rdf+xml,
|
361
|
+
application/vnd.drive+json, application/vnd.firemonkeys.cloudcell,
|
286
362
|
application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
|
287
|
-
application/vnd.openblox.game-binary, application/vnd.uri-map,
|
288
|
-
|
363
|
+
application/vnd.openblox.game-binary, application/vnd.uri-map, audio/G711-0,
|
364
|
+
image/vnd.mozilla.apng.
|
289
365
|
|
290
366
|
## 2.6 / 2015-05-25
|
291
367
|
|
292
|
-
- Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension
|
293
|
-
|
368
|
+
- Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension to
|
369
|
+
application/font-woff, [ruby-mime-types#99][ruby-mime-types#99].
|
294
370
|
- Updated the IANA media registry entries as of release date:
|
295
371
|
- Updated metadata for application/jose, application/jose+json,
|
296
|
-
application/jwk+json, application/jwk-set+json, application/jwt to
|
297
|
-
|
372
|
+
application/jwk+json, application/jwk-set+json, application/jwt to reflect
|
373
|
+
the adoption of RFC7519.
|
298
374
|
- Added application/vnd.balsamiq.bmpr.
|
299
375
|
|
300
376
|
## 2.5 / 2015-04-25
|
301
377
|
|
302
378
|
- Updated the IANA media registry entries as of release date:
|
303
379
|
- Added MIME types: application/A2L, application/AML, application/ATFX,
|
304
|
-
application/ATXML, application/CDFX+XML, application/CEA,
|
305
|
-
application/
|
306
|
-
application/
|
307
|
-
application/
|
308
|
-
application/MF4, application/rdap+json,
|
380
|
+
application/ATXML, application/CDFX+XML, application/CEA, application/DII,
|
381
|
+
application/DIT, application/jose, application/jose+json,
|
382
|
+
application/json-seq, application/jwk+json, application/jwk-set+json,
|
383
|
+
application/jwt, application/LXF, application/MF4, application/rdap+json,
|
309
384
|
application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
|
310
385
|
application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
|
311
386
|
application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
|
312
387
|
application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
|
313
388
|
application/vnd.gov.sk.e-form+zip,
|
314
|
-
application/vnd.gov.sk.xmldatacontainer+xml,
|
315
|
-
application/vnd.ims.
|
316
|
-
application/vnd.
|
317
|
-
application/vnd.microsoft.portable-executable,
|
389
|
+
application/vnd.gov.sk.xmldatacontainer+xml, application/vnd.ims.imsccv1p1,
|
390
|
+
application/vnd.ims.imsccv1p2, application/vnd.ims.imsccv1p3,
|
391
|
+
application/vnd.micro+json, application/vnd.microsoft.portable-executable,
|
318
392
|
application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
|
319
|
-
application/vnd.tmd.mediaflex.api+xml, audio/opus,
|
320
|
-
|
321
|
-
TEMPORARY).
|
393
|
+
application/vnd.tmd.mediaflex.api+xml, audio/opus, image/vnd.zbrush.pcx,
|
394
|
+
text/csv-schema, text/markdown (marked as TEMPORARY).
|
322
395
|
- Updated metadata for application/coap-group+json (RFC7390),
|
323
396
|
application/epub+zip (now registered), application/merge-patch+json
|
324
397
|
(RFC7396), application/smil, application/vnd.arastra.swi,
|
325
|
-
application/vnd.geocube+xml, application/vnd.gmx,
|
326
|
-
|
398
|
+
application/vnd.geocube+xml, application/vnd.gmx, application/xhtml+xml,
|
399
|
+
text/directory.
|
327
400
|
- Andy Brody (@ab) fixed a pair of embarrassing typos in text/csv and
|
328
401
|
text/tab-separated-values,
|
329
402
|
[ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
|
@@ -349,26 +422,24 @@
|
|
349
422
|
application/calendar+json, RFC7265; application/http, RFC7230;
|
350
423
|
application/xml, RFC7303; application/xml-dtd, RFC7303;
|
351
424
|
application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
|
352
|
-
audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges,
|
353
|
-
|
354
|
-
- MIME::Type application/EDI-Consent was renamed to
|
355
|
-
application/EDI-consent.
|
425
|
+
audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges, RFC7233;
|
426
|
+
text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
|
427
|
+
- MIME::Type application/EDI-Consent was renamed to application/EDI-consent.
|
356
428
|
- Obsoleted application/vnd.informix-visionary in favour of
|
357
429
|
application/vnd.visionary. Obsoleted
|
358
430
|
application/vnd.nokia.n-gage.symbian.install with no replacement.
|
359
431
|
- Added MIME types: application/ATF, application/coap-group+json,
|
360
432
|
application/DCD, application/merge-patch+json, application/scaip+xml,
|
361
433
|
application/vnd.apache.thrift.binary, application/vnd.artsquare,
|
362
|
-
application/vnd.doremir.scorecloud-binary-document,
|
363
|
-
application/vnd.
|
434
|
+
application/vnd.doremir.scorecloud-binary-document, application/vnd.dzr,
|
435
|
+
application/vnd.maxmind.maxmind-db,
|
364
436
|
application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
|
365
437
|
image/vnd.tencent.tap.
|
366
438
|
|
367
439
|
## 2.3 / 2014-05-23
|
368
440
|
|
369
441
|
- Updated the IANA media registry entries as of release date.
|
370
|
-
- Several MIME types had additional metadata added on the most recent
|
371
|
-
import.
|
442
|
+
- Several MIME types had additional metadata added on the most recent import.
|
372
443
|
- MIME::Type application/pidfxml was renamed to application/pidf+xml.
|
373
444
|
- Added MIME types: application/3gpdash-qoe-report+xml,
|
374
445
|
application/alto-costmap+json, application/alto-costmapfilter+json,
|
@@ -376,10 +447,9 @@
|
|
376
447
|
application/alto-endpointcostparams+json,
|
377
448
|
application/alto-endpointprop+json,
|
378
449
|
application/alto-endpointpropparams+json, application/alto-error+json,
|
379
|
-
application/alto-networkmap+json,
|
380
|
-
application/
|
381
|
-
application/vnd.
|
382
|
-
application/vnd.ims.lis.v2.result+json,
|
450
|
+
application/alto-networkmap+json, application/alto-networkmapfilter+json,
|
451
|
+
application/calendar+json, application/vnd.debian.binary-package,
|
452
|
+
application/vnd.geo+json, application/vnd.ims.lis.v2.result+json,
|
383
453
|
application/vnd.ims.lti.v2.toolconsumerprofile+json,
|
384
454
|
application/vnd.ims.lti.v2.toolproxy+json,
|
385
455
|
application/vnd.ims.lti.v2.toolproxy.id+json,
|
@@ -387,8 +457,8 @@
|
|
387
457
|
application/vnd.ims.lti.v2.toolsettings.simple+json,
|
388
458
|
application/vnd.mason+json, application/vnd.miele+json,
|
389
459
|
application/vnd.ms-3mfdocument, application/vnd.panoply,
|
390
|
-
application/vnd.valve.source.material, application/vnd.yaoweme,
|
391
|
-
|
460
|
+
application/vnd.valve.source.material, application/vnd.yaoweme, audio/aptx,
|
461
|
+
image/vnd.valve.source.texture, model/vnd.opengex,
|
392
462
|
model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
|
393
463
|
text/cache-manifest
|
394
464
|
|
@@ -400,20 +470,18 @@
|
|
400
470
|
- Marked application/excel and application/x-excel as obsolete in favour of
|
401
471
|
application/vnd.ms-excel per
|
402
472
|
[ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
|
403
|
-
- Merged duplicate MIME types into the registered MIME type. The only
|
404
|
-
|
405
|
-
|
473
|
+
- Merged duplicate MIME types into the registered MIME type. The only difference
|
474
|
+
between the MIME types was capitalization; the MIME type registry is
|
475
|
+
case-preserving.
|
406
476
|
|
407
477
|
- Affected MIME types: application/vnd.3M.Post-it-Notes,
|
408
478
|
application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
|
409
|
-
application/vnd.hp-HPGL, application/vnd.hp-PCL,
|
410
|
-
application/vnd.
|
411
|
-
application/vnd.Kinar, application/vnd.MFER,
|
479
|
+
application/vnd.hp-HPGL, application/vnd.hp-PCL, application/vnd.hp-PCLXL,
|
480
|
+
application/vnd.ibm.MiniPay, application/vnd.Kinar, application/vnd.MFER,
|
412
481
|
application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
|
413
482
|
application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
|
414
483
|
application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
|
415
|
-
application/vnd.Mobius.TXF,
|
416
|
-
application/vnd.ms-excel.addin.macroEnabled.12,
|
484
|
+
application/vnd.Mobius.TXF, application/vnd.ms-excel.addin.macroEnabled.12,
|
417
485
|
application/vnd.ms-excel.sheet.binary.macroEnabled.12,
|
418
486
|
application/vnd.ms-excel.sheet.macroEnabled.12,
|
419
487
|
application/vnd.ms-excel.template.macroEnabled.12,
|
@@ -426,12 +494,12 @@
|
|
426
494
|
application/vnd.ms-word.template.macroEnabled.12,
|
427
495
|
application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
|
428
496
|
application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
|
429
|
-
application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261,
|
430
|
-
video/
|
497
|
+
application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261, video/H263,
|
498
|
+
video/H264, video/JPEG, video/MJ2.
|
431
499
|
|
432
500
|
- Updated the IANA media registry entries as of release date.
|
433
|
-
- Registered type person names have been updated from surname only to
|
434
|
-
|
501
|
+
- Registered type person names have been updated from surname only to full
|
502
|
+
name.
|
435
503
|
- Several types had updated RFC or draft RFC references.
|
436
504
|
- Added application/bacnet-xdd+zip, application/cms,
|
437
505
|
application/load-control+xml, application/PDX, application/ttml+xml,
|
@@ -441,43 +509,40 @@
|
|
441
509
|
|
442
510
|
## 2.1 / 2014-01-25
|
443
511
|
|
444
|
-
- The IANA media type registry format changed, resulting in updates to most
|
445
|
-
|
446
|
-
- Many registered MIME types have had some metadata updates due to the
|
447
|
-
|
448
|
-
- MIME types having a publicly available registry application now
|
449
|
-
|
512
|
+
- The IANA media type registry format changed, resulting in updates to most of
|
513
|
+
the 1,427 registered MIME types.
|
514
|
+
- Many registered MIME types have had some metadata updates due to the change
|
515
|
+
in the IANA registry format.
|
516
|
+
- MIME types having a publicly available registry application now include a
|
517
|
+
link to that file in references.
|
450
518
|
- Added `xrefs` data as discovered (see the API changes noted above).
|
451
|
-
- The Apache mime types configuration has been added to track additional
|
452
|
-
|
453
|
-
|
519
|
+
- The Apache mime types configuration has been added to track additional common
|
520
|
+
but unregistered MIME types and known extensions for those MIME types. This
|
521
|
+
has affected many of the available MIME types.
|
454
522
|
- Added newly registered MIME types:
|
455
523
|
- application/emotionml+xml, application/ODX, application/prs.hpub+zip,
|
456
524
|
application/vcard+json, application/vnd.bekitzur-stech+json,
|
457
525
|
application/vnd.etsi.timestamp-token,
|
458
|
-
application/vnd.oma.cab-feature-handler+xml,
|
459
|
-
application/vnd.
|
460
|
-
audio/amr-wb, model/x3d+xml, model/x3d-vrml
|
526
|
+
application/vnd.oma.cab-feature-handler+xml, application/vnd.openeye.oeb,
|
527
|
+
application/vnd.tcpdump.pcap, audio/amr-wb, model/x3d+xml, model/x3d-vrml
|
461
528
|
- Added 180 unregistered MIME types from the Apache list:
|
462
529
|
- application/applixware, application/cu-seeme, application/docbook+xml,
|
463
530
|
application/gml+xml, application/gpx+xml, application/gxf,
|
464
531
|
application/java-archive, application/java-serialized-object,
|
465
532
|
application/java-vm, application/jsonml+json, application/metalink+xml,
|
466
533
|
application/omdoc+xml, application/onenote, application/pics-rules,
|
467
|
-
application/rsd+xml, application/ssdl+xml,
|
468
|
-
application/vnd.
|
534
|
+
application/rsd+xml, application/ssdl+xml, application/vnd.3m.post-it-notes,
|
535
|
+
application/vnd.amazon.ebook,
|
469
536
|
application/vnd.anser-web-funds-transfer-initiation,
|
470
537
|
application/vnd.curl.car, application/vnd.curl.pcurl,
|
471
538
|
application/vnd.dolby.mlp, application/vnd.ds-keypoint,
|
472
539
|
application/vnd.flographit, application/vnd.handheld-entertainment+xml,
|
473
|
-
application/vnd.hp-hpgl, application/vnd.hp-pcl,
|
474
|
-
application/vnd.
|
475
|
-
application/vnd.kinar, application/vnd.mfer,
|
540
|
+
application/vnd.hp-hpgl, application/vnd.hp-pcl, application/vnd.hp-pclxl,
|
541
|
+
application/vnd.ibm.minipay, application/vnd.kinar, application/vnd.mfer,
|
476
542
|
application/vnd.mobius.daf, application/vnd.mobius.dis,
|
477
543
|
application/vnd.mobius.mbk, application/vnd.mobius.mqy,
|
478
544
|
application/vnd.mobius.msl, application/vnd.mobius.plc,
|
479
|
-
application/vnd.mobius.txf,
|
480
|
-
application/vnd.ms-excel.addin.macroenabled.12,
|
545
|
+
application/vnd.mobius.txf, application/vnd.ms-excel.addin.macroenabled.12,
|
481
546
|
application/vnd.ms-excel.sheet.binary.macroenabled.12,
|
482
547
|
application/vnd.ms-excel.sheet.macroenabled.12,
|
483
548
|
application/vnd.ms-excel.template.macroenabled.12,
|
@@ -493,49 +558,44 @@
|
|
493
558
|
application/vnd.novadigm.ext, application/vnd.quark.quarkxpress,
|
494
559
|
application/vnd.rim.cod, application/vnd.rn-realmedia-vbr,
|
495
560
|
application/vnd.simtech-mindmapper, application/vnd.symbian.install,
|
496
|
-
application/winhlp, application/x-abiword,
|
497
|
-
application/x-
|
498
|
-
application/x-authorware-
|
499
|
-
application/x-
|
500
|
-
application/x-
|
501
|
-
application/x-conference, application/x-dgc-compressed,
|
561
|
+
application/winhlp, application/x-abiword, application/x-ace-compressed,
|
562
|
+
application/x-authorware-bin, application/x-authorware-map,
|
563
|
+
application/x-authorware-seg, application/x-bittorrent, application/x-blorb,
|
564
|
+
application/x-bzip, application/x-cbr, application/x-cfs-compressed,
|
565
|
+
application/x-chat, application/x-conference, application/x-dgc-compressed,
|
502
566
|
application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
|
503
567
|
application/x-dtbresource+xml, application/x-envoy, application/x-eva,
|
504
568
|
application/x-font-bdf, application/x-font-ghostscript,
|
505
569
|
application/x-font-linux-psf, application/x-font-otf,
|
506
570
|
application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
|
507
571
|
application/x-font-type1, application/x-freearc,
|
508
|
-
application/x-gca-compressed, application/x-glulx,
|
509
|
-
application/x-
|
510
|
-
application/x-
|
511
|
-
application/x-
|
512
|
-
application/x-ms-application, application/x-
|
513
|
-
application/x-
|
514
|
-
application/x-
|
515
|
-
application/x-
|
516
|
-
application/x-
|
517
|
-
application/x-
|
518
|
-
application/x-
|
519
|
-
application/x-
|
520
|
-
application/x-
|
521
|
-
application/x-
|
522
|
-
application/
|
523
|
-
|
524
|
-
|
525
|
-
application/xproc+xml, application/xspf+xml, audio/adpcm, audio/amr-wb,
|
526
|
-
audio/AMR-WB, audio/midi, audio/s3m, audio/silk, audio/x-caf,
|
527
|
-
audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
|
572
|
+
application/x-gca-compressed, application/x-glulx, application/x-gnumeric,
|
573
|
+
application/x-gramps-xml, application/x-install-instructions,
|
574
|
+
application/x-iso9660-image, application/x-lzh-compressed,
|
575
|
+
application/x-mie, application/x-ms-application, application/x-ms-shortcut,
|
576
|
+
application/x-ms-xbap, application/x-msbinder, application/x-mscardfile,
|
577
|
+
application/x-msclip, application/x-msmediaview, application/x-msmetafile,
|
578
|
+
application/x-msmoney, application/x-mspublisher, application/x-msschedule,
|
579
|
+
application/x-msterminal, application/x-mswrite, application/x-nzb,
|
580
|
+
application/x-pkcs12, application/x-pkcs7-certificates,
|
581
|
+
application/x-pkcs7-certreqresp, application/x-research-info-systems,
|
582
|
+
application/x-silverlight-app, application/x-sql, application/x-stuffitx,
|
583
|
+
application/x-subrip, application/x-t3vm-image, application/x-tads,
|
584
|
+
application/x-tex-tfm, application/x-tgif, application/x-xfig,
|
585
|
+
application/x-xliff+xml, application/x-xz, application/x-zmachine,
|
586
|
+
application/xaml+xml, application/xproc+xml, application/xspf+xml,
|
587
|
+
audio/adpcm, audio/amr-wb, audio/AMR-WB, audio/midi, audio/s3m, audio/silk,
|
588
|
+
audio/x-caf, audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
|
528
589
|
chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
|
529
|
-
chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds,
|
530
|
-
image/x-
|
531
|
-
image/x-
|
532
|
-
text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl,
|
533
|
-
text/x-
|
534
|
-
text/x-
|
535
|
-
video/
|
536
|
-
video/x-
|
537
|
-
- Merged the non-standard VMS platform text/plain with the standard
|
538
|
-
text/plain.
|
590
|
+
chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds, image/x-cmx,
|
591
|
+
image/x-freehand, image/x-icon, image/x-mrsid-image, image/x-pcx,
|
592
|
+
image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
|
593
|
+
text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl, text/x-asm,
|
594
|
+
text/x-c, text/x-fortran, text/x-java-source, text/x-nfo, text/x-opml,
|
595
|
+
text/x-pascal, text/x-sfv, text/x-uuencode, video/h261, video/h263,
|
596
|
+
video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v, video/x-m4v,
|
597
|
+
video/x-mng, video/x-ms-vob, video/x-smv
|
598
|
+
- Merged the non-standard VMS platform text/plain with the standard text/plain.
|
539
599
|
|
540
600
|
[#10]: https://github.com/mime-types/mime-types-data/pull/10
|
541
601
|
[#11]: https://github.com/mime-types/mime-types-data/pull/11
|
@@ -567,6 +627,8 @@
|
|
567
627
|
[#53]: https://github.com/mime-types/mime-types-data/pull/53
|
568
628
|
[#54]: https://github.com/mime-types/mime-types-data/issues/54
|
569
629
|
[#55]: https://github.com/mime-types/mime-types-data/issues/55
|
630
|
+
[#77]: https://github.com/mime-types/mime-types-data/pull/77
|
631
|
+
[#81]: https://github.com/mime-types/mime-types-data/pull/81
|
570
632
|
[rmt]: https://github.com/mime-types/ruby-mime-types
|
571
633
|
[code of conduct]: Code-of-Conduct.md
|
572
634
|
[mini_mime]: https://github.com/discourse/mini_mime/issues/41
|