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