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