mime-types-data 3.2025.0429 → 3.2025.0507
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 +188 -299
- data/Manifest.txt +1 -0
- data/README.md +16 -9
- data/Rakefile +15 -5
- data/data/content_type_mime.db +3 -15
- data/data/ext_mime.db +27 -27
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +5 -0
- data/data/mime.docs.column +5 -0
- data/data/mime.encoding.column +5 -0
- data/data/mime.flags.column +5 -0
- data/data/mime.friendly.column +5 -0
- data/data/mime.pext.column +5 -0
- data/data/mime.spri.column +0 -0
- data/data/mime.use_instead.column +5 -0
- data/data/mime.xrefs.column +5 -0
- data/lib/mime/types/data.rb +1 -1
- metadata +10 -9
data/CHANGELOG.md
CHANGED
@@ -2,48 +2,99 @@
|
|
2
2
|
|
3
3
|
<!-- automatic-release -->
|
4
4
|
|
5
|
-
## 3.2025.
|
5
|
+
## 3.2025.0507 / 2025-05-07
|
6
6
|
|
7
|
-
-
|
7
|
+
- Added new data for pre-computed priority sorting. This new data requires Ruby
|
8
|
+
mime-types 3.7.0 or later to manage data but is ignored by older versions of
|
9
|
+
mime-types.
|
8
10
|
|
9
|
-
|
11
|
+
- Added a parser for the [Apache Tika media registry][tika] to enrich the media
|
12
|
+
definitions, mostly by adding new patterns for media type extensions. This
|
13
|
+
parser:
|
14
|
+
|
15
|
+
1. Parses the current `tika-mimetypes.xml` from the main branch of
|
16
|
+
[Tika][tika] on GitHub.
|
17
|
+
|
18
|
+
2. Skips over any `mime-type` record that has attributes. That is, any record
|
19
|
+
which looks like `media/subtype;format=foo` or `media/subtype;version=2`
|
20
|
+
will be skipped. Support for attributes does not currently exist in the
|
21
|
+
mime-types library.
|
22
|
+
|
23
|
+
3. Extracts the `glob` entries for use in the `extensions` field. Globs that
|
24
|
+
use `*` in the middle of a filename are excluded, because that's now how
|
25
|
+
the Ruby MIME::Types field works (I could add a new `glob` field, but that
|
26
|
+
will take a bit more work).
|
10
27
|
|
11
|
-
|
28
|
+
4. Updates the `extensions` field for any existing MIME::Type or creates new
|
29
|
+
unregistered (not defined in IANA) types for new ones.
|
12
30
|
|
13
|
-
|
31
|
+
- Updated the history body to reflect the new data source for updates.
|
14
32
|
|
15
|
-
-
|
33
|
+
- Some details were removed from older CHANGELOG entries relating to updated
|
34
|
+
MIME types from more or less automated processes.
|
35
|
+
|
36
|
+
## 3.2025.0506 / 2025-05-06
|
37
|
+
|
38
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
39
|
+
[provisional media registry][provisional] and the
|
40
|
+
[Apache httpd media registry][httpd] as of the release date.
|
41
|
+
|
42
|
+
## 3.2025.0429 / 2025-04-29
|
43
|
+
|
44
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
45
|
+
[provisional media registry][provisional] and the
|
46
|
+
[Apache httpd media registry][httpd] as of the release date.
|
47
|
+
|
48
|
+
## 3.2025.0422 / 2025-04-22
|
49
|
+
|
50
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
51
|
+
[provisional media registry][provisional] and the
|
52
|
+
[Apache httpd media registry][httpd] as of the release date.
|
16
53
|
|
17
54
|
## 3.2025.0408 / 2025-04-08
|
18
55
|
|
19
|
-
- Updated
|
56
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
57
|
+
[provisional media registry][provisional] and the
|
58
|
+
[Apache httpd media registry][httpd] as of the release date.
|
20
59
|
|
21
60
|
## 3.2025.0402 / 2025-04-02
|
22
61
|
|
23
|
-
- Updated
|
62
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
63
|
+
[provisional media registry][provisional] and the
|
64
|
+
[Apache httpd media registry][httpd] as of the release date.
|
24
65
|
|
25
66
|
## 3.2025.0325 / 2025-03-25
|
26
67
|
|
27
|
-
- Updated
|
68
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
69
|
+
[provisional media registry][provisional] and the
|
70
|
+
[Apache httpd media registry][httpd] as of the release date.
|
28
71
|
|
29
72
|
## 3.2025.0318 / 2025-03-18
|
30
73
|
|
31
|
-
- Updated
|
74
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
75
|
+
[provisional media registry][provisional] and the
|
76
|
+
[Apache httpd media registry][httpd] as of the release date.
|
32
77
|
|
33
78
|
## 3.2025.0304 / 2025-03-04
|
34
79
|
|
35
|
-
- Updated
|
80
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
81
|
+
[provisional media registry][provisional] and the
|
82
|
+
[Apache httpd media registry][httpd] as of the release date.
|
36
83
|
|
37
84
|
## 3.2025.0220 / 2025-02-20
|
38
85
|
|
39
|
-
- Updated
|
86
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
87
|
+
[provisional media registry][provisional] and the
|
88
|
+
[Apache httpd media registry][httpd] as of the release date.
|
40
89
|
|
41
90
|
- Added [trusted publishing][tp] for fully automated releases. Developed by
|
42
91
|
Samuel Giddins in [#109][pull-109], merged manually with some updates.
|
43
92
|
|
44
93
|
## 3.2025.0204 / 2025-02-04
|
45
94
|
|
46
|
-
- Updated
|
95
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
96
|
+
[provisional media registry][provisional] and the
|
97
|
+
[Apache httpd media registry][httpd] as of the release date.
|
47
98
|
|
48
99
|
- Added the Changelog URL to the README so that RubyGems.org is updated with the
|
49
100
|
`changelog_uri` on release. Contributed by Mark Young in [#96][pull-96].
|
@@ -57,8 +108,12 @@
|
|
57
108
|
|
58
109
|
## 3.2025.0107 / 2025-01-07
|
59
110
|
|
60
|
-
- Updated
|
111
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
112
|
+
[provisional media registry][provisional] and the
|
113
|
+
[Apache httpd media registry][httpd] as of the release date.
|
114
|
+
|
61
115
|
- Restructured documentation for how I prefer to manage Hoe projects now.
|
116
|
+
|
62
117
|
- Reworked the Rakefile because all data updates are now managed by GitHub
|
63
118
|
Actions and should not be managed manually any longer.
|
64
119
|
|
@@ -74,36 +129,48 @@
|
|
74
129
|
|
75
130
|
## 3.2024.1203 / 2024-12-03
|
76
131
|
|
77
|
-
- Updated
|
132
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
133
|
+
[provisional media registry][provisional] and the
|
134
|
+
[Apache httpd media registry][httpd] as of the release date.
|
78
135
|
|
79
136
|
## 3.2024.1105 / 2024-11-05
|
80
137
|
|
81
|
-
- Updated
|
138
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
139
|
+
[provisional media registry][provisional] and the
|
140
|
+
[Apache httpd media registry][httpd] as of the release date.
|
82
141
|
|
83
142
|
## 3.2024.1001 / 2024-10-01
|
84
143
|
|
85
|
-
- Updated
|
144
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
145
|
+
[provisional media registry][provisional] and the
|
146
|
+
[Apache httpd media registry][httpd] as of the release date.
|
86
147
|
|
87
148
|
## 3.2024.0903 / 2024-09-03
|
88
149
|
|
89
|
-
- Updated
|
150
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
151
|
+
[provisional media registry][provisional] and the
|
152
|
+
[Apache httpd media registry][httpd] as of the release date.
|
90
153
|
|
91
154
|
## 3.2024.0820 / 2024-08-20
|
92
155
|
|
93
|
-
- Updated
|
156
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
157
|
+
[provisional media registry][provisional] and the
|
158
|
+
[Apache httpd media registry][httpd] as of the release date.
|
94
159
|
|
95
160
|
- Added `.jxl` extension for `image/jxl`. Contributed by Shane Eskritt in
|
96
161
|
[#81][pull-81].
|
97
162
|
|
98
163
|
## 3.2024.0806 / 2024-08-06
|
99
164
|
|
100
|
-
- Updated
|
165
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
166
|
+
[provisional media registry][provisional] and the
|
167
|
+
[Apache httpd media registry][httpd] as of the release date.
|
101
168
|
|
102
169
|
## 3.2024.0702 / 2024-07-02
|
103
170
|
|
104
|
-
- Updated
|
105
|
-
|
106
|
-
|
171
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
172
|
+
[provisional media registry][provisional] and the
|
173
|
+
[Apache httpd media registry][httpd] as of the release date.
|
107
174
|
|
108
175
|
- This update adds a new `haptics/` group with three media types defined.
|
109
176
|
|
@@ -114,7 +181,9 @@
|
|
114
181
|
|
115
182
|
## 3.2024.0604 / 2024-06-04
|
116
183
|
|
117
|
-
- Updated
|
184
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
185
|
+
[provisional media registry][provisional] and the
|
186
|
+
[Apache httpd media registry][httpd] as of the release date.
|
118
187
|
|
119
188
|
- Internal changes:
|
120
189
|
|
@@ -127,43 +196,63 @@
|
|
127
196
|
|
128
197
|
## 3.2024.0507 / 2024-05-07
|
129
198
|
|
130
|
-
- Updated
|
199
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
200
|
+
[provisional media registry][provisional] and the
|
201
|
+
[Apache httpd media registry][httpd] as of the release date.
|
131
202
|
|
132
203
|
## 3.2024.0402 / 2024-04-02
|
133
204
|
|
134
|
-
- Updated
|
205
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
206
|
+
[provisional media registry][provisional] and the
|
207
|
+
[Apache httpd media registry][httpd] as of the release date.
|
135
208
|
|
136
209
|
## 3.2024.0305 / 2024-03-05
|
137
210
|
|
138
|
-
- Updated
|
211
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
212
|
+
[provisional media registry][provisional] and the
|
213
|
+
[Apache httpd media registry][httpd] as of the release date.
|
139
214
|
|
140
215
|
## 3.2024.0206 / 2024-02-06
|
141
216
|
|
142
|
-
- Updated
|
217
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
218
|
+
[provisional media registry][provisional] and the
|
219
|
+
[Apache httpd media registry][httpd] as of the release date.
|
143
220
|
|
144
221
|
## 3.2024.0102 / 2024-01-02
|
145
222
|
|
146
|
-
- Updated
|
223
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
224
|
+
[provisional media registry][provisional] and the
|
225
|
+
[Apache httpd media registry][httpd] as of the release date.
|
147
226
|
|
148
227
|
## 3.2023.1205 / 2023-12-05
|
149
228
|
|
150
|
-
- Updated
|
229
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
230
|
+
[provisional media registry][provisional] and the
|
231
|
+
[Apache httpd media registry][httpd] as of the release date.
|
151
232
|
|
152
233
|
## 3.2023.1107 / 2023-11-07
|
153
234
|
|
154
|
-
- Updated
|
235
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
236
|
+
[provisional media registry][provisional] and the
|
237
|
+
[Apache httpd media registry][httpd] as of the release date.
|
155
238
|
|
156
239
|
## 3.2023.1003 / 2023-10-03
|
157
240
|
|
158
|
-
- Updated
|
241
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
242
|
+
[provisional media registry][provisional] and the
|
243
|
+
[Apache httpd media registry][httpd] as of the release date.
|
159
244
|
|
160
245
|
## 3.2023.0905 / 2023-09-05
|
161
246
|
|
162
|
-
- Updated
|
247
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
248
|
+
[provisional media registry][provisional] and the
|
249
|
+
[Apache httpd media registry][httpd] as of the release date.
|
163
250
|
|
164
251
|
## 3.2023.0808 / 2023-08-08
|
165
252
|
|
166
|
-
- Updated
|
253
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
254
|
+
[provisional media registry][provisional] and the
|
255
|
+
[Apache httpd media registry][httpd] as of the release date.
|
167
256
|
|
168
257
|
## 3.2023.0218.1 / 2023-02-18
|
169
258
|
|
@@ -174,13 +263,15 @@
|
|
174
263
|
Samuel Williams discovered this in [#55][issue-55] by noting that all `js`
|
175
264
|
types were marked obsolete in version 3.2023.0218.
|
176
265
|
|
177
|
-
A
|
266
|
+
A hot fix has been applied to resolve this. However, note that
|
178
267
|
`application/javascript` will not be returned by default, only
|
179
268
|
`text/javascript`.
|
180
269
|
|
181
270
|
## 3.2023.0218 / 2023-02-18
|
182
271
|
|
183
|
-
- Updated
|
272
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
273
|
+
[provisional media registry][provisional] and the
|
274
|
+
[Apache httpd media registry][httpd] as of the release date.
|
184
275
|
|
185
276
|
- Mohammed Gad added the `jfif` file extension for `image/jpeg` text format.
|
186
277
|
[#52][pull-52]
|
@@ -194,52 +285,62 @@
|
|
194
285
|
clean way of identifying them at the moment. See [#54][issue-54].
|
195
286
|
|
196
287
|
This release also fixes [ruby-mime-types#163][ruby-mime-types#163], where logs
|
197
|
-
show "Type application/netcdf is already registered as a variant of
|
198
|
-
application/netcdf".
|
288
|
+
show "Type `application/netcdf` is already registered as a variant of
|
289
|
+
`application/netcdf`".
|
199
290
|
|
200
291
|
## 3.2022.0105 / 2022-01-05
|
201
292
|
|
202
|
-
- Updated
|
293
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
294
|
+
[provisional media registry][provisional] and the
|
295
|
+
[Apache httpd media registry][httpd] as of the release date.
|
203
296
|
|
204
297
|
- Fixed an incorrect definition of `image/bmp`, which had been marked obsolete
|
205
298
|
and later registered. Fixed [#48][issue-48], found by William T. Nelson.
|
206
299
|
|
207
300
|
## 3.2021.1115 / 2021-11-15
|
208
301
|
|
209
|
-
- Updated
|
302
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
303
|
+
[provisional media registry][provisional] and the
|
304
|
+
[Apache httpd media registry][httpd] as of the release date.
|
210
305
|
|
211
306
|
- Added conversion utilities that support the `mini_mime` data format. These
|
212
307
|
have been ported from the [mini\_mime][mini_mime] repository. [#47][pull-47]
|
213
308
|
|
214
|
-
- Added IANA provisional media registries. Added some notes to CONTRIBUTING
|
309
|
+
- Added IANA provisional media registries. Added some notes to CONTRIBUTING
|
215
310
|
about the transient nature of the provisional registration data. This was
|
216
311
|
triggered in part by a pull request by Jon Sneyers. Thanks! [#45][pull-45],
|
217
312
|
[#43][pull-43]
|
218
313
|
|
219
314
|
## 3.2021.0901 / 2021-09-01
|
220
315
|
|
221
|
-
- Updated
|
316
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
317
|
+
[provisional media registry][provisional] and the
|
318
|
+
[Apache httpd media registry][httpd] as of the release date.
|
222
319
|
|
223
|
-
- Added file extension for WebVTT text format. [#46][pull-46]
|
320
|
+
- Added file extension for `WebVTT` text format. [#46][pull-46]
|
224
321
|
|
225
322
|
## 3.2021.0704 / 2021-07-04
|
226
323
|
|
227
|
-
- Updated
|
324
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
325
|
+
[provisional media registry][provisional] and the
|
326
|
+
[Apache httpd media registry][httpd] as of the release date.
|
228
327
|
|
229
328
|
## 3.2021.0225 / 2021-02-25
|
230
329
|
|
231
|
-
- Updated
|
330
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
331
|
+
[provisional media registry][provisional] and the
|
332
|
+
[Apache httpd media registry][httpd] as of the release date.
|
232
333
|
|
233
|
-
- Added file extension for AVIF video format. [#40][pull-40]
|
334
|
+
- Added file extension for `AVIF` video format. [#40][pull-40]
|
234
335
|
|
235
336
|
## 3.2021.0212 / 2021-02-12
|
236
337
|
|
237
338
|
- Updated the IANA media registry entries as of release date.
|
238
339
|
|
239
340
|
- Added a new rake task (`release:automatic`) that downloads and converts the
|
240
|
-
data from Apache and IANA; if there are changes detected, it
|
241
|
-
release version, changelog, manifest, and gemspec and commits
|
242
|
-
git.
|
341
|
+
data from Apache httpd and IANA registries; if there are changes detected, it
|
342
|
+
updates the release version, changelog, manifest, and `gemspec` and commits
|
343
|
+
the changes to git.
|
243
344
|
|
244
345
|
## 3.2020.1104 / 2020-11-04
|
245
346
|
|
@@ -257,7 +358,7 @@
|
|
257
358
|
|
258
359
|
- Updated the IANA media registry entries as of release date.
|
259
360
|
|
260
|
-
- Added file extensions for HEIC image types. [#34][pull-34]
|
361
|
+
- Added file extensions for `HEIC` image types. [#34][pull-34]
|
261
362
|
|
262
363
|
## 3.2020.0425 / 2020-04-25
|
263
364
|
|
@@ -309,7 +410,7 @@
|
|
309
410
|
`text/markdown`. [#13][pull-13]
|
310
411
|
|
311
412
|
- Because of a bug found with mime-types 3 before 3.2.1, this version requires
|
312
|
-
mime-types 3.
|
413
|
+
mime-types 3.2 or later to manage data.
|
313
414
|
|
314
415
|
- Updated the IANA media registry entries as of release date. The biggest major
|
315
416
|
change here is the addition of the `font/` top-level media type.
|
@@ -322,27 +423,11 @@
|
|
322
423
|
|
323
424
|
## 3.2016.0521 / 2016-05-21
|
324
425
|
|
325
|
-
- Updated the known extension list for application/octet-stream and
|
326
|
-
application/pgp-encrypted to include gpg as an extension. Fixes
|
327
|
-
[#3](https://github.com/
|
328
|
-
|
329
|
-
- Updated the IANA media registry entries as of release date
|
330
|
-
|
331
|
-
- Updated metadata for application/EmergencyCallData.Comment+xml,
|
332
|
-
application/EmergencyCallData.DeviceInfo+xml,
|
333
|
-
application/EmergencyCallData.ProviderInfo+xml,
|
334
|
-
application/EmergencyCallData.ServiceInfo+xml,
|
335
|
-
application/EmergencyCallData.SubscriberInfo+xml, application/ogg,
|
336
|
-
application/problem+json, application/problem+xml, audio/ogg, text/markdown,
|
337
|
-
video/H265, video/ogg.
|
338
|
-
- Added application/efi, application/vnd.3gpp.sms+xml,
|
339
|
-
application/vnd.3lightssoftware.imagescal,
|
340
|
-
application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
|
341
|
-
application/vnd.onepager, application/vnd.quarantainenet,
|
342
|
-
application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
|
343
|
-
- image/bmp has a draft RFC which would make it official; it has been finally
|
344
|
-
been registered. As such, this version _reverses_ the use-instead
|
345
|
-
relationship of image/bmp and image/x-bmp.
|
426
|
+
- Updated the known extension list for `application/octet-stream` and
|
427
|
+
`application/pgp-encrypted` to include `gpg` as an extension. Fixes
|
428
|
+
[#3][pull-3] by Tao Guo ([@taonic](https://github.com/taonic)).
|
429
|
+
|
430
|
+
- Updated the IANA media registry entries as of release date.
|
346
431
|
|
347
432
|
- This version requires mime-types 3.1 or later to manage data because of an
|
348
433
|
issue with JSON data encoding for the `xrefs` field.
|
@@ -350,23 +435,9 @@
|
|
350
435
|
## 3.2016.0221 / 2016-02-21
|
351
436
|
|
352
437
|
- Updated the known extensions list for audio/mp4.
|
353
|
-
- Updated the IANA media registry entries as of release date:
|
354
|
-
|
355
|
-
- Updated metadata for 3GPP-defined types (there are many), application/cdni,
|
356
|
-
and application/rfc+xml.
|
357
|
-
- Added application/EmergencyCallData.Comment+xml,
|
358
|
-
application/EmergencyCallData.DeviceInfo+xml,
|
359
|
-
application/EmergencyCallData.ProviderInfo+xml,
|
360
|
-
application/EmergencyCallData.ServiceInfo+xml,
|
361
|
-
application/ppsp-tracker+json, application/problem+json,
|
362
|
-
application/problem+xml, application/vnd.filmit.zfc, application/vnd.hdt,
|
363
|
-
application/vnd.mapbox-vector-tile,
|
364
|
-
application/vnd.ms-PrintDeviceCapabilities+xml,
|
365
|
-
application/vnd.ms-PrintSchemaTicket+xml,
|
366
|
-
application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
|
367
|
-
model/vnd.rosette.annotated-data-model, and video/H265.
|
368
438
|
|
369
439
|
- Updated to [Contributor Covenant 1.4][code of conduct].
|
440
|
+
|
370
441
|
- Shift the support code in this repository to be developed with Ruby 2.3. This
|
371
442
|
involves:
|
372
443
|
|
@@ -388,81 +459,35 @@
|
|
388
459
|
- Updated the conversion and management utilities to work with ruby-mime-types
|
389
460
|
3.x.
|
390
461
|
|
391
|
-
- Updated the IANA media registry entries as of release date
|
392
|
-
|
393
|
-
- Updated metadata for application/scim+json, audio/G711-0, text/markdown.
|
394
|
-
|
395
|
-
- Added application/cdni, application/csvm+json, application/rfc+xml,
|
396
|
-
application/vnd.3gpp.access-transfer-events+xml,
|
397
|
-
application/vnd.3gpp.srvcc-ext+xml, application/vnd.3gpp.SRVCC-info+xml,
|
398
|
-
application/vnd.ms-windows.devicepairing,
|
399
|
-
application/vnd.ms-windows.wsd.oob, application/vnd.oxli.countgraph,
|
400
|
-
application/vnd.pagerduty+json, video/VP8.
|
462
|
+
- Updated the IANA media registry entries as of release date.
|
401
463
|
|
402
464
|
## 2.6.2 / 2015-09-13
|
403
465
|
|
404
|
-
- Updated the IANA media registry entries as of release date
|
405
|
-
|
406
|
-
- Updated metadata for application/cals-1840, application/index.obj,
|
407
|
-
application/ocsp-response, application/vnd.dtg.local.html,
|
408
|
-
application/vnd.pwg-multiplexed, audio/G7221, audio/opus.
|
409
|
-
|
410
|
-
- Added application/pkcs12, application/scim+json, multipart/form-data.
|
411
|
-
application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
|
412
|
-
application/vnd.3gpp.mid-call+xml,
|
413
|
-
application/vnd.3gpp-state-and-event-info+xml, application.3gpp.ussd+xml,
|
414
|
-
application/vnd.anki, application/vnd.biopax.rdf+xml,
|
415
|
-
application/vnd.drive+json, application/vnd.firemonkeys.cloudcell,
|
416
|
-
application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
|
417
|
-
application/vnd.openblox.game-binary, application/vnd.uri-map, audio/G711-0,
|
418
|
-
image/vnd.mozilla.apng.
|
466
|
+
- Updated the IANA media registry entries as of release date.
|
419
467
|
|
420
468
|
## 2.6 / 2015-05-25
|
421
469
|
|
422
470
|
- Steven Michael Thomas
|
423
471
|
([@stevenmichaelthomas](https://github.com/stevenmichaelthomas)) added `woff2`
|
424
|
-
as an extension to application/font-woff
|
472
|
+
as an extension to `application/font-woff`,
|
425
473
|
[ruby-mime-types#99][ruby-mime-types#99].
|
426
|
-
- Updated the IANA media registry entries as of release date
|
427
|
-
- Updated metadata for application/jose, application/jose+json,
|
428
|
-
application/jwk+json, application/jwk-set+json, application/jwt to reflect
|
429
|
-
the adoption of RFC7519.
|
430
|
-
- Added application/vnd.balsamiq.bmpr.
|
474
|
+
- Updated the IANA media registry entries as of release date.
|
431
475
|
|
432
476
|
## 2.5 / 2015-04-25
|
433
477
|
|
434
|
-
- Updated the IANA media registry entries as of release date
|
435
|
-
|
436
|
-
application/ATXML, application/CDFX+XML, application/CEA, application/DII,
|
437
|
-
application/DIT, application/jose, application/jose+json,
|
438
|
-
application/json-seq, application/jwk+json, application/jwk-set+json,
|
439
|
-
application/jwt, application/LXF, application/MF4, application/rdap+json,
|
440
|
-
application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
|
441
|
-
application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
|
442
|
-
application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
|
443
|
-
application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
|
444
|
-
application/vnd.gov.sk.e-form+zip,
|
445
|
-
application/vnd.gov.sk.xmldatacontainer+xml, application/vnd.ims.imsccv1p1,
|
446
|
-
application/vnd.ims.imsccv1p2, application/vnd.ims.imsccv1p3,
|
447
|
-
application/vnd.micro+json, application/vnd.microsoft.portable-executable,
|
448
|
-
application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
|
449
|
-
application/vnd.tmd.mediaflex.api+xml, audio/opus, image/vnd.zbrush.pcx,
|
450
|
-
text/csv-schema, text/markdown (marked as TEMPORARY).
|
451
|
-
- Updated metadata for application/coap-group+json (RFC7390),
|
452
|
-
application/epub+zip (now registered), application/merge-patch+json
|
453
|
-
(RFC7396), application/smil, application/vnd.arastra.swi,
|
454
|
-
application/vnd.geocube+xml, application/vnd.gmx, application/xhtml+xml,
|
455
|
-
text/directory.
|
478
|
+
- Updated the IANA media registry entries as of release date.
|
479
|
+
|
456
480
|
- Andy Brody ([@ab](https://github.com/ab)) fixed a pair of embarrassing typos
|
457
|
-
in text/csv and text/tab-separated-values
|
481
|
+
in `text/csv` and `text/tab-separated-values`,
|
458
482
|
[ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
|
483
|
+
|
459
484
|
- Aggelos Avgerinos ([@eavgerinos](https://github.com/eavgerinos)) added the
|
460
|
-
unregistered MIME type image/x-ms-bmp with the extension `bmp`,
|
485
|
+
unregistered MIME type `image/x-ms-bmp` with the extension `bmp`,
|
461
486
|
[ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
|
462
487
|
|
463
488
|
## 2.4.2 / 2014-10-15
|
464
489
|
|
465
|
-
- Added application/vnd.ms-outlook as an unregistered MIME type with the
|
490
|
+
- Added `application/vnd.ms-outlook` as an unregistered MIME type with the
|
466
491
|
extension `msg`. Provided by [@keerthisiv](https://github.com/keerthisiv) in
|
467
492
|
[ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
|
468
493
|
|
@@ -471,97 +496,29 @@
|
|
471
496
|
- Changed the sort order of many of the extensions to restore behaviour from
|
472
497
|
mime-types 1.25.1.
|
473
498
|
- Added `friendly` MIME::Type descriptions where known.
|
474
|
-
- Added `reg`, `ps1`, and `vbs` extensions to application/x-msdos-program and
|
475
|
-
application/x-msdownload
|
499
|
+
- Added `reg`, `ps1`, and `vbs` extensions to `application/x-msdos-program` and
|
500
|
+
`application/x-msdownload`.
|
476
501
|
- Updated the IANA media registry entries as of release date.
|
477
|
-
- Several MIME types had updated metadata (application/alto-\*, RFC7285;
|
478
|
-
application/calendar+json, RFC7265; application/http, RFC7230;
|
479
|
-
application/xml, RFC7303; application/xml-dtd, RFC7303;
|
480
|
-
application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
|
481
|
-
audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges, RFC7233;
|
482
|
-
text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
|
483
|
-
- MIME::Type application/EDI-Consent was renamed to application/EDI-consent.
|
484
|
-
- Obsoleted application/vnd.informix-visionary in favour of
|
485
|
-
application/vnd.visionary. Obsoleted
|
486
|
-
application/vnd.nokia.n-gage.symbian.install with no replacement.
|
487
|
-
- Added MIME types: application/ATF, application/coap-group+json,
|
488
|
-
application/DCD, application/merge-patch+json, application/scaip+xml,
|
489
|
-
application/vnd.apache.thrift.binary, application/vnd.artsquare,
|
490
|
-
application/vnd.doremir.scorecloud-binary-document, application/vnd.dzr,
|
491
|
-
application/vnd.maxmind.maxmind-db,
|
492
|
-
application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
|
493
|
-
image/vnd.tencent.tap.
|
494
502
|
|
495
503
|
## 2.3 / 2014-05-23
|
496
504
|
|
497
505
|
- Updated the IANA media registry entries as of release date.
|
498
|
-
- Several MIME types had additional metadata added on the most recent import.
|
499
|
-
- MIME::Type application/pidfxml was renamed to application/pidf+xml.
|
500
|
-
- Added MIME types: application/3gpdash-qoe-report+xml,
|
501
|
-
application/alto-costmap+json, application/alto-costmapfilter+json,
|
502
|
-
application/alto-directory+json, application/alto-endpointcost+json,
|
503
|
-
application/alto-endpointcostparams+json,
|
504
|
-
application/alto-endpointprop+json,
|
505
|
-
application/alto-endpointpropparams+json, application/alto-error+json,
|
506
|
-
application/alto-networkmap+json, application/alto-networkmapfilter+json,
|
507
|
-
application/calendar+json, application/vnd.debian.binary-package,
|
508
|
-
application/vnd.geo+json, application/vnd.ims.lis.v2.result+json,
|
509
|
-
application/vnd.ims.lti.v2.toolconsumerprofile+json,
|
510
|
-
application/vnd.ims.lti.v2.toolproxy+json,
|
511
|
-
application/vnd.ims.lti.v2.toolproxy.id+json,
|
512
|
-
application/vnd.ims.lti.v2.toolsettings+json,
|
513
|
-
application/vnd.ims.lti.v2.toolsettings.simple+json,
|
514
|
-
application/vnd.mason+json, application/vnd.miele+json,
|
515
|
-
application/vnd.ms-3mfdocument, application/vnd.panoply,
|
516
|
-
application/vnd.valve.source.material, application/vnd.yaoweme, audio/aptx,
|
517
|
-
image/vnd.valve.source.texture, model/vnd.opengex,
|
518
|
-
model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
|
519
|
-
text/cache-manifest
|
520
506
|
|
521
507
|
## 2.2 / 2014-03-14
|
522
508
|
|
523
|
-
- Added
|
524
|
-
|
509
|
+
- Added `.sj` to `application/javascript` as provided by Brandon Galbraith
|
510
|
+
([@brandongalbraith](https://github.com/brandongalbraith)) in
|
525
511
|
[ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
|
526
|
-
|
527
|
-
|
512
|
+
|
513
|
+
- Marked `application/excel` and `application/x-excel` as obsolete in favour of
|
514
|
+
`application/vnd.ms-excel` per
|
528
515
|
[ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
|
516
|
+
|
529
517
|
- Merged duplicate MIME types into the registered MIME type. The only difference
|
530
518
|
between the MIME types was capitalization; the MIME type registry is
|
531
519
|
case-preserving.
|
532
520
|
|
533
|
-
- Affected MIME types: application/vnd.3M.Post-it-Notes,
|
534
|
-
application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
|
535
|
-
application/vnd.hp-HPGL, application/vnd.hp-PCL, application/vnd.hp-PCLXL,
|
536
|
-
application/vnd.ibm.MiniPay, application/vnd.Kinar, application/vnd.MFER,
|
537
|
-
application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
|
538
|
-
application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
|
539
|
-
application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
|
540
|
-
application/vnd.Mobius.TXF, application/vnd.ms-excel.addin.macroEnabled.12,
|
541
|
-
application/vnd.ms-excel.sheet.binary.macroEnabled.12,
|
542
|
-
application/vnd.ms-excel.sheet.macroEnabled.12,
|
543
|
-
application/vnd.ms-excel.template.macroEnabled.12,
|
544
|
-
application/vnd.ms-powerpoint.addin.macroEnabled.12,
|
545
|
-
application/vnd.ms-powerpoint.presentation.macroEnabled.12,
|
546
|
-
application/vnd.ms-powerpoint.slide.macroEnabled.12,
|
547
|
-
application/vnd.ms-powerpoint.slideshow.macroEnabled.12,
|
548
|
-
application/vnd.ms-powerpoint.template.macroEnabled.12,
|
549
|
-
application/vnd.ms-word.document.macroEnabled.12,
|
550
|
-
application/vnd.ms-word.template.macroEnabled.12,
|
551
|
-
application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
|
552
|
-
application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
|
553
|
-
application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261, video/H263,
|
554
|
-
video/H264, video/JPEG, video/MJ2.
|
555
|
-
|
556
521
|
- Updated the IANA media registry entries as of release date.
|
557
|
-
- Registered type person names have been updated from surname only to full
|
558
|
-
name.
|
559
|
-
- Several types had updated RFC or draft RFC references.
|
560
|
-
- Added application/bacnet-xdd+zip, application/cms,
|
561
|
-
application/load-control+xml, application/PDX, application/ttml+xml,
|
562
|
-
application/vnd.collection.doc+json,
|
563
|
-
application/vnd.iptc.g2.catalogitem+xml, application/vnd.pcos,
|
564
|
-
text/parameters, text/vnd.a, video/iso.segment
|
565
522
|
|
566
523
|
## 2.1 / 2014-01-25
|
567
524
|
|
@@ -572,88 +529,16 @@
|
|
572
529
|
- MIME types having a publicly available registry application now include a
|
573
530
|
link to that file in references.
|
574
531
|
- Added `xrefs` data as discovered (see the API changes noted above).
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
application/vnd.oma.cab-feature-handler+xml, application/vnd.openeye.oeb,
|
583
|
-
application/vnd.tcpdump.pcap, audio/amr-wb, model/x3d+xml, model/x3d-vrml
|
584
|
-
- Added 180 unregistered MIME types from the Apache list:
|
585
|
-
- application/applixware, application/cu-seeme, application/docbook+xml,
|
586
|
-
application/gml+xml, application/gpx+xml, application/gxf,
|
587
|
-
application/java-archive, application/java-serialized-object,
|
588
|
-
application/java-vm, application/jsonml+json, application/metalink+xml,
|
589
|
-
application/omdoc+xml, application/onenote, application/pics-rules,
|
590
|
-
application/rsd+xml, application/ssdl+xml, application/vnd.3m.post-it-notes,
|
591
|
-
application/vnd.amazon.ebook,
|
592
|
-
application/vnd.anser-web-funds-transfer-initiation,
|
593
|
-
application/vnd.curl.car, application/vnd.curl.pcurl,
|
594
|
-
application/vnd.dolby.mlp, application/vnd.ds-keypoint,
|
595
|
-
application/vnd.flographit, application/vnd.handheld-entertainment+xml,
|
596
|
-
application/vnd.hp-hpgl, application/vnd.hp-pcl, application/vnd.hp-pclxl,
|
597
|
-
application/vnd.ibm.minipay, application/vnd.kinar, application/vnd.mfer,
|
598
|
-
application/vnd.mobius.daf, application/vnd.mobius.dis,
|
599
|
-
application/vnd.mobius.mbk, application/vnd.mobius.mqy,
|
600
|
-
application/vnd.mobius.msl, application/vnd.mobius.plc,
|
601
|
-
application/vnd.mobius.txf, application/vnd.ms-excel.addin.macroenabled.12,
|
602
|
-
application/vnd.ms-excel.sheet.binary.macroenabled.12,
|
603
|
-
application/vnd.ms-excel.sheet.macroenabled.12,
|
604
|
-
application/vnd.ms-excel.template.macroenabled.12,
|
605
|
-
application/vnd.ms-pki.seccat, application/vnd.ms-pki.stl,
|
606
|
-
application/vnd.ms-powerpoint.addin.macroenabled.12,
|
607
|
-
application/vnd.ms-powerpoint.presentation.macroenabled.12,
|
608
|
-
application/vnd.ms-powerpoint.slide.macroenabled.12,
|
609
|
-
application/vnd.ms-powerpoint.slideshow.macroenabled.12,
|
610
|
-
application/vnd.ms-powerpoint.template.macroenabled.12,
|
611
|
-
application/vnd.ms-word.document.macroenabled.12,
|
612
|
-
application/vnd.ms-word.template.macroenabled.12,
|
613
|
-
application/vnd.novadigm.edm, application/vnd.novadigm.edx,
|
614
|
-
application/vnd.novadigm.ext, application/vnd.quark.quarkxpress,
|
615
|
-
application/vnd.rim.cod, application/vnd.rn-realmedia-vbr,
|
616
|
-
application/vnd.simtech-mindmapper, application/vnd.symbian.install,
|
617
|
-
application/winhlp, application/x-abiword, application/x-ace-compressed,
|
618
|
-
application/x-authorware-bin, application/x-authorware-map,
|
619
|
-
application/x-authorware-seg, application/x-bittorrent, application/x-blorb,
|
620
|
-
application/x-bzip, application/x-cbr, application/x-cfs-compressed,
|
621
|
-
application/x-chat, application/x-conference, application/x-dgc-compressed,
|
622
|
-
application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
|
623
|
-
application/x-dtbresource+xml, application/x-envoy, application/x-eva,
|
624
|
-
application/x-font-bdf, application/x-font-ghostscript,
|
625
|
-
application/x-font-linux-psf, application/x-font-otf,
|
626
|
-
application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
|
627
|
-
application/x-font-type1, application/x-freearc,
|
628
|
-
application/x-gca-compressed, application/x-glulx, application/x-gnumeric,
|
629
|
-
application/x-gramps-xml, application/x-install-instructions,
|
630
|
-
application/x-iso9660-image, application/x-lzh-compressed,
|
631
|
-
application/x-mie, application/x-ms-application, application/x-ms-shortcut,
|
632
|
-
application/x-ms-xbap, application/x-msbinder, application/x-mscardfile,
|
633
|
-
application/x-msclip, application/x-msmediaview, application/x-msmetafile,
|
634
|
-
application/x-msmoney, application/x-mspublisher, application/x-msschedule,
|
635
|
-
application/x-msterminal, application/x-mswrite, application/x-nzb,
|
636
|
-
application/x-pkcs12, application/x-pkcs7-certificates,
|
637
|
-
application/x-pkcs7-certreqresp, application/x-research-info-systems,
|
638
|
-
application/x-silverlight-app, application/x-sql, application/x-stuffitx,
|
639
|
-
application/x-subrip, application/x-t3vm-image, application/x-tads,
|
640
|
-
application/x-tex-tfm, application/x-tgif, application/x-xfig,
|
641
|
-
application/x-xliff+xml, application/x-xz, application/x-zmachine,
|
642
|
-
application/xaml+xml, application/xproc+xml, application/xspf+xml,
|
643
|
-
audio/adpcm, audio/amr-wb, audio/AMR-WB, audio/midi, audio/s3m, audio/silk,
|
644
|
-
audio/x-caf, audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
|
645
|
-
chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
|
646
|
-
chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds, image/x-cmx,
|
647
|
-
image/x-freehand, image/x-icon, image/x-mrsid-image, image/x-pcx,
|
648
|
-
image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
|
649
|
-
text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl, text/x-asm,
|
650
|
-
text/x-c, text/x-fortran, text/x-java-source, text/x-nfo, text/x-opml,
|
651
|
-
text/x-pascal, text/x-sfv, text/x-uuencode, video/h261, video/h263,
|
652
|
-
video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v, video/x-m4v,
|
653
|
-
video/x-mng, video/x-ms-vob, video/x-smv
|
654
|
-
- Merged the non-standard VMS platform text/plain with the standard text/plain.
|
532
|
+
|
533
|
+
- The Apache httpd mime types configuration has been added to track additional
|
534
|
+
common but unregistered MIME types and known extensions for those MIME types.
|
535
|
+
This has affected many of the available MIME types.
|
536
|
+
|
537
|
+
- Merged the non-standard VMS platform `text/plain` with the standard
|
538
|
+
`text/plain`.
|
655
539
|
|
656
540
|
[code of conduct]: CODE_OF_CONDUCT.md
|
541
|
+
[httpd]: https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
|
657
542
|
[issue-18]: https://github.com/mime-types/mime-types-data/issues/18
|
658
543
|
[issue-22]: https://github.com/mime-types/mime-types-data/issues/22
|
659
544
|
[issue-32]: https://github.com/mime-types/mime-types-data/issues/32
|
@@ -661,6 +546,8 @@
|
|
661
546
|
[issue-54]: https://github.com/mime-types/mime-types-data/issues/54
|
662
547
|
[issue-55]: https://github.com/mime-types/mime-types-data/issues/55
|
663
548
|
[mini_mime]: https://github.com/discourse/mini_mime/issues/41
|
549
|
+
[provisional]: https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xml
|
550
|
+
[pull-3]: https://github.com/mime-types/mime-types-data/pull/3
|
664
551
|
[pull-109]: https://github.com/mime-types/mime-types-data/pull/109
|
665
552
|
[pull-10]: https://github.com/mime-types/mime-types-data/pull/10
|
666
553
|
[pull-11]: https://github.com/mime-types/mime-types-data/pull/11
|
@@ -690,7 +577,9 @@
|
|
690
577
|
[pull-81]: https://github.com/mime-types/mime-types-data/pull/81
|
691
578
|
[pull-96]: https://github.com/mime-types/mime-types-data/pull/96
|
692
579
|
[pull-98]: https://github.com/mime-types/mime-types-data/pull/98
|
580
|
+
[registry]: https://www.iana.org/assignments/media-types/media-types.xml
|
693
581
|
[rmt]: https://github.com/mime-types/ruby-mime-types
|
694
582
|
[ruby-mime-types#163]: https://github.com/mime-types/ruby-mime-types/issues/163
|
695
583
|
[ruby-mime-types#99]: https://github.com/mime-types/ruby-mime-types/pull/99
|
584
|
+
[tika]: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
|
696
585
|
[tp]: https://guides.rubygems.org/trusted-publishing/
|