mime-types-data 3.2024.1105 → 3.2026.0127

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 ADDED
@@ -0,0 +1,794 @@
1
+ # MIME Types Changes by Version
2
+
3
+ <!-- automatic-release -->
4
+
5
+ ## 3.2026.0127 / 2026-01-27
6
+
7
+ - Updated registry entries from the IANA [media registry][registry] and
8
+ [provisional media registry][provisional] and the
9
+ [Apache Tika media registry][tika] as of the release date.
10
+
11
+
12
+ ## 3.2026.0120 / 2026-01-20
13
+
14
+ - Updated registry entries from the IANA [media registry][registry] and
15
+ [provisional media registry][provisional] and the
16
+ [Apache Tika media registry][tika] as of the release date.
17
+
18
+
19
+ ## 3.2026.0113 / 2026-01-13
20
+
21
+ - Updated registry entries from the IANA [media registry][registry] and
22
+ [provisional media registry][provisional] and the
23
+ [Apache Tika media registry][tika] as of the release date.
24
+
25
+
26
+ ## 3.2026.0106 / 2026-01-06
27
+
28
+ - Updated registry entries from the IANA [media registry][registry] and
29
+ [provisional media registry][provisional] and the
30
+ [Apache Tika media registry][tika] as of the release date.
31
+
32
+
33
+
34
+ - Manual contributions now require `Signed-off-by` trailers for assertion of the
35
+ [Developer Certificate of Origin][dco]. More details will be added in the
36
+ coming weeks.
37
+
38
+ - Added `application/microdata+json`, `application/speculationrules+json`,
39
+ `text/event-stream` and `text/ping` from the [WHATWG HTML spec][whatwg]
40
+
41
+ ## 3.2025.0924 / 2025-09-24
42
+
43
+ - Updated registry entries from the IANA [media registry][registry] and
44
+ [provisional media registry][provisional] and the
45
+ [Apache Tika media registry][tika] as of the release date.
46
+
47
+ - Removed the [Apache httpd media registry][httpd] from automatic updates. It is
48
+ currently failing and no longer provides useful data compared to other
49
+ sources.
50
+
51
+ ## 3.2025.0916 / 2025-09-16
52
+
53
+ - Updated registry entries from the IANA [media registry][registry] and
54
+ [provisional media registry][provisional], the
55
+ [Apache httpd media registry][httpd], and the
56
+ [Apache Tika media registry][tika] as of the release date.
57
+
58
+ ## 3.2025.0909 / 2025-09-09
59
+
60
+ - Updated registry entries from the IANA [media registry][registry] and
61
+ [provisional media registry][provisional], the
62
+ [Apache httpd media registry][httpd], and the
63
+ [Apache Tika media registry][tika] as of the release date.
64
+
65
+ ## 3.2025.0902 / 2025-09-02
66
+
67
+ - Updated registry entries from the IANA [media registry][registry] and
68
+ [provisional media registry][provisional], the
69
+ [Apache httpd media registry][httpd], and the
70
+ [Apache Tika media registry][tika] as of the release date.
71
+
72
+ ## 3.2025.0826 / 2025-08-26
73
+
74
+ - Updated registry entries from the IANA [media registry][registry] and
75
+ [provisional media registry][provisional], the
76
+ [Apache httpd media registry][httpd], and the
77
+ [Apache Tika media registry][tika] as of the release date.
78
+
79
+ ## 3.2025.0819 / 2025-08-19
80
+
81
+ - Updated registry entries from the IANA [media registry][registry] and
82
+ [provisional media registry][provisional], the
83
+ [Apache httpd media registry][httpd], and the
84
+ [Apache Tika media registry][tika] as of the release date.
85
+
86
+ ## 3.2025.0812 / 2025-08-12
87
+
88
+ - Updated registry entries from the IANA [media registry][registry] and
89
+ [provisional media registry][provisional], the
90
+ [Apache httpd media registry][httpd], and the
91
+ [Apache Tika media registry][tika] as of the release date.
92
+
93
+ ## 3.2025.0805 / 2025-08-05
94
+
95
+ - Updated registry entries from the IANA [media registry][registry] and
96
+ [provisional media registry][provisional], the
97
+ [Apache httpd media registry][httpd], and the
98
+ [Apache Tika media registry][tika] as of the release date.
99
+
100
+ ## 3.2025.0729 / 2025-07-29
101
+
102
+ - Updated registry entries from the IANA [media registry][registry] and
103
+ [provisional media registry][provisional], the
104
+ [Apache httpd media registry][httpd], and the
105
+ [Apache Tika media registry][tika] as of the release date.
106
+
107
+ - Remove `.doc` from `text/plain`: The use of `.doc` for `text/plain` documents
108
+ is mostly a holdover from VAX VMS where the default wasn't `.txt` but `.doc`.
109
+ The world now thinks that `.doc` mostly means `application/msword` even though
110
+ that format is obsolete by almost twenty years. Closes
111
+ [ruby-mime-types#224][ruby-mime-types#224] with [#191][pull-191].
112
+
113
+ - Handle promoted and withdrawn provisional IANA media types. Closes
114
+ [#54][issue-54] with [#192][pull-192].
115
+
116
+ The logic is three relatively simple phases:
117
+
118
+ 1. When loading an existing registry grouping (such as
119
+ `types/application.yaml`), we mark any type that is `provisional` as
120
+ `obsolete`. This indicates that we consider any provisional type as
121
+ potentially withdrawn (and therefore obsolete).
122
+ 2. When processing existing regular types, we clear both `provisional` and
123
+ `obsolete` flags so that a type promoted from provisional is now a regular
124
+ registry entry.
125
+ 3. After merging the current list of registry entries, we _clear_
126
+ `provisional` if the type is marked both `provisional` and `obsolete`,
127
+ indicating that the provisional type has been withdrawn.
128
+
129
+ These heuristics match several types which have been promoted and withdrawn
130
+ since the handling of provisional types was improved with [#53][pull-53].
131
+
132
+ ## 3.2025.0722 / 2025-07-22
133
+
134
+ - Updated registry entries from the IANA [media registry][registry] and
135
+ [provisional media registry][provisional], the
136
+ [Apache httpd media registry][httpd], and the
137
+ [Apache Tika media registry][tika] as of the release date.
138
+
139
+ ## 3.2025.0715 / 2025-07-15
140
+
141
+ - Updated registry entries from the IANA [media registry][registry] and
142
+ [provisional media registry][provisional], the
143
+ [Apache httpd media registry][httpd], and the
144
+ [Apache Tika media registry][tika] as of the release date.
145
+
146
+ ## 3.2025.0708 / 2025-07-08
147
+
148
+ - Updated registry entries from the IANA [media registry][registry] and
149
+ [provisional media registry][provisional], the
150
+ [Apache httpd media registry][httpd], and the
151
+ [Apache Tika media registry][tika] as of the release date.
152
+
153
+ ## 3.2025.0701 / 2025-07-01
154
+
155
+ - Updated registry entries from the IANA [media registry][registry] and
156
+ [provisional media registry][provisional], the
157
+ [Apache httpd media registry][httpd], and the
158
+ [Apache Tika media registry][tika] as of the release date.
159
+
160
+ ## 3.2025.0624 / 2025-06-24
161
+
162
+ - Updated registry entries from the IANA [media registry][registry] and
163
+ [provisional media registry][provisional], the
164
+ [Apache httpd media registry][httpd], and the
165
+ [Apache Tika media registry][tika] as of the release date.
166
+
167
+ ## 3.2025.0617 / 2025-06-17
168
+
169
+ - Updated registry entries from the IANA [media registry][registry] and
170
+ [provisional media registry][provisional], the
171
+ [Apache httpd media registry][httpd], and the
172
+ [Apache Tika media registry][tika] as of the release date.
173
+
174
+ ## 3.2025.0610 / 2025-06-10
175
+
176
+ - Updated registry entries from the IANA [media registry][registry] and
177
+ [provisional media registry][provisional], the
178
+ [Apache httpd media registry][httpd], and the
179
+ [Apache Tika media registry][tika] as of the release date.
180
+
181
+ ## 3.2025.0603 / 2025-06-03
182
+
183
+ - Updated registry entries from the IANA [media registry][registry] and
184
+ [provisional media registry][provisional], the
185
+ [Apache httpd media registry][httpd], and the
186
+ [Apache Tika media registry][tika] as of the release date.
187
+
188
+ ## 3.2025.0527 / 2025-05-27
189
+
190
+ - Updated registry entries from the IANA [media registry][registry] and
191
+ [provisional media registry][provisional], the
192
+ [Apache httpd media registry][httpd], and the
193
+ [Apache Tika media registry][tika] as of the release date.
194
+
195
+ ## 3.2025.0520 / 2025-05-20
196
+
197
+ - Updated registry entries from the IANA [media registry][registry] and
198
+ [provisional media registry][provisional], the
199
+ [Apache httpd media registry][httpd], and the
200
+ [Apache Tika media registry][tika] as of the release date.
201
+
202
+ ## 3.2025.0514 / 2025-05-14
203
+
204
+ - Updated registry entries from the IANA [media registry][registry] and
205
+ [provisional media registry][provisional], the
206
+ [Apache httpd media registry][httpd], and the
207
+ [Apache Tika media registry][tika] as of the release date.
208
+
209
+ ## 3.2025.0507 / 2025-05-07
210
+
211
+ - Added new data for pre-computed priority sorting. This new data requires Ruby
212
+ mime-types 3.7.0 or later to manage data but is ignored by older versions of
213
+ mime-types.
214
+
215
+ - Added a parser for the [Apache Tika media registry][tika] to enrich the media
216
+ definitions, mostly by adding new patterns for media type extensions. This
217
+ parser:
218
+
219
+ 1. Parses the current `tika-mimetypes.xml` from the main branch of
220
+ [Tika][tika] on GitHub.
221
+
222
+ 2. Skips over any `mime-type` record that has attributes. That is, any record
223
+ which looks like `media/subtype;format=foo` or `media/subtype;version=2`
224
+ will be skipped. Support for attributes does not currently exist in the
225
+ mime-types library.
226
+
227
+ 3. Extracts the `glob` entries for use in the `extensions` field. Globs that
228
+ use `*` in the middle of a filename are excluded, because that's now how
229
+ the Ruby MIME::Types field works (I could add a new `glob` field, but that
230
+ will take a bit more work).
231
+
232
+ 4. Updates the `extensions` field for any existing MIME::Type or creates new
233
+ unregistered (not defined in IANA) types for new ones.
234
+
235
+ - Updated the history body to reflect the new data source for updates.
236
+
237
+ - Some details were removed from older CHANGELOG entries relating to updated
238
+ MIME types from more or less automated processes.
239
+
240
+ ## 3.2025.0506 / 2025-05-06
241
+
242
+ - Updated registry entries from the IANA [media registry][registry] and
243
+ [provisional media registry][provisional] and the
244
+ [Apache httpd media registry][httpd] as of the release date.
245
+
246
+ ## 3.2025.0429 / 2025-04-29
247
+
248
+ - Updated registry entries from the IANA [media registry][registry] and
249
+ [provisional media registry][provisional] and the
250
+ [Apache httpd media registry][httpd] as of the release date.
251
+
252
+ ## 3.2025.0422 / 2025-04-22
253
+
254
+ - Updated registry entries from the IANA [media registry][registry] and
255
+ [provisional media registry][provisional] and the
256
+ [Apache httpd media registry][httpd] as of the release date.
257
+
258
+ ## 3.2025.0408 / 2025-04-08
259
+
260
+ - Updated registry entries from the IANA [media registry][registry] and
261
+ [provisional media registry][provisional] and the
262
+ [Apache httpd media registry][httpd] as of the release date.
263
+
264
+ ## 3.2025.0402 / 2025-04-02
265
+
266
+ - Updated registry entries from the IANA [media registry][registry] and
267
+ [provisional media registry][provisional] and the
268
+ [Apache httpd media registry][httpd] as of the release date.
269
+
270
+ ## 3.2025.0325 / 2025-03-25
271
+
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.
275
+
276
+ ## 3.2025.0318 / 2025-03-18
277
+
278
+ - Updated registry entries from the IANA [media registry][registry] and
279
+ [provisional media registry][provisional] and the
280
+ [Apache httpd media registry][httpd] as of the release date.
281
+
282
+ ## 3.2025.0304 / 2025-03-04
283
+
284
+ - Updated registry entries from the IANA [media registry][registry] and
285
+ [provisional media registry][provisional] and the
286
+ [Apache httpd media registry][httpd] as of the release date.
287
+
288
+ ## 3.2025.0220 / 2025-02-20
289
+
290
+ - Updated registry entries from the IANA [media registry][registry] and
291
+ [provisional media registry][provisional] and the
292
+ [Apache httpd media registry][httpd] as of the release date.
293
+
294
+ - Added [trusted publishing][tp] for fully automated releases. Developed by
295
+ Samuel Giddins in [#109][pull-109], merged manually with some updates.
296
+
297
+ ## 3.2025.0204 / 2025-02-04
298
+
299
+ - Updated registry entries from the IANA [media registry][registry] and
300
+ [provisional media registry][provisional] and the
301
+ [Apache httpd media registry][httpd] as of the release date.
302
+
303
+ - Added the Changelog URL to the README so that RubyGems.org is updated with the
304
+ `changelog_uri` on release. Contributed by Mark Young in [#96][pull-96].
305
+
306
+ - Fixed an issue with automated releases that added thousands of files because
307
+ `vendor/` was no longer ignored.
308
+
309
+ - Fixed the automated release builder process to handle the case when the
310
+ `automatic-release` tag is followed by a `## NEXT / YYYY-MM-DD` header so that
311
+ changes merged normally are picked up on automatic releases. [#98][pull-98]
312
+
313
+ ## 3.2025.0107 / 2025-01-07
314
+
315
+ - Updated registry entries from the IANA [media registry][registry] and
316
+ [provisional media registry][provisional] and the
317
+ [Apache httpd media registry][httpd] as of the release date.
318
+
319
+ - Restructured documentation for how I prefer to manage Hoe projects now.
320
+
321
+ - Reworked the Rakefile because all data updates are now managed by GitHub
322
+ Actions and should not be managed manually any longer.
323
+
324
+ - `rake release:prepare` now does the same work as `rake release:gha`, but
325
+ does not commit or create a pull request.
326
+
327
+ - `rake convert` no longer has any subtasks.
328
+
329
+ - `rake update` has been removed with no replacement.
330
+
331
+ - Updated `.hoerc` to properly exclude `support/` and `types/` from the
332
+ manifest.
333
+
334
+ ## 3.2024.1203 / 2024-12-03
335
+
336
+ - Updated registry entries from the IANA [media registry][registry] and
337
+ [provisional media registry][provisional] and the
338
+ [Apache httpd media registry][httpd] as of the release date.
339
+
340
+ ## 3.2024.1105 / 2024-11-05
341
+
342
+ - Updated registry entries from the IANA [media registry][registry] and
343
+ [provisional media registry][provisional] and the
344
+ [Apache httpd media registry][httpd] as of the release date.
345
+
346
+ ## 3.2024.1001 / 2024-10-01
347
+
348
+ - Updated registry entries from the IANA [media registry][registry] and
349
+ [provisional media registry][provisional] and the
350
+ [Apache httpd media registry][httpd] as of the release date.
351
+
352
+ ## 3.2024.0903 / 2024-09-03
353
+
354
+ - Updated registry entries from the IANA [media registry][registry] and
355
+ [provisional media registry][provisional] and the
356
+ [Apache httpd media registry][httpd] as of the release date.
357
+
358
+ ## 3.2024.0820 / 2024-08-20
359
+
360
+ - Updated registry entries from the IANA [media registry][registry] and
361
+ [provisional media registry][provisional] and the
362
+ [Apache httpd media registry][httpd] as of the release date.
363
+
364
+ - Added `.jxl` extension for `image/jxl`. Contributed by Shane Eskritt in
365
+ [#81][pull-81].
366
+
367
+ ## 3.2024.0806 / 2024-08-06
368
+
369
+ - Updated registry entries from the IANA [media registry][registry] and
370
+ [provisional media registry][provisional] and the
371
+ [Apache httpd media registry][httpd] as of the release date.
372
+
373
+ ## 3.2024.0702 / 2024-07-02
374
+
375
+ - Updated registry entries from the IANA [media registry][registry] and
376
+ [provisional media registry][provisional] and the
377
+ [Apache httpd media registry][httpd] as of the release date.
378
+
379
+ - This update adds a new `haptics/` group with three media types defined.
380
+
381
+ - Moved extensions from `audio/x-aac` to `audio/aac` and mark `audio/x-aac` as
382
+ obsolete. Based on [#77][pull-77] by Samuel Williams.
383
+
384
+ - Made the same changes for `audio/flac` and `audio/matroska`.
385
+
386
+ ## 3.2024.0604 / 2024-06-04
387
+
388
+ - Updated registry entries from the IANA [media registry][registry] and
389
+ [provisional media registry][provisional] and the
390
+ [Apache httpd media registry][httpd] as of the release date.
391
+
392
+ - Internal changes:
393
+
394
+ - Update to latest version of Rubygems for testing.
395
+
396
+ - Remove restriction on Pysch version as that does not work well with current
397
+ Rubies.
398
+
399
+ - Fix a bug with the history generation on automatic updates.
400
+
401
+ ## 3.2024.0507 / 2024-05-07
402
+
403
+ - Updated registry entries from the IANA [media registry][registry] and
404
+ [provisional media registry][provisional] and the
405
+ [Apache httpd media registry][httpd] as of the release date.
406
+
407
+ ## 3.2024.0402 / 2024-04-02
408
+
409
+ - Updated registry entries from the IANA [media registry][registry] and
410
+ [provisional media registry][provisional] and the
411
+ [Apache httpd media registry][httpd] as of the release date.
412
+
413
+ ## 3.2024.0305 / 2024-03-05
414
+
415
+ - Updated registry entries from the IANA [media registry][registry] and
416
+ [provisional media registry][provisional] and the
417
+ [Apache httpd media registry][httpd] as of the release date.
418
+
419
+ ## 3.2024.0206 / 2024-02-06
420
+
421
+ - Updated registry entries from the IANA [media registry][registry] and
422
+ [provisional media registry][provisional] and the
423
+ [Apache httpd media registry][httpd] as of the release date.
424
+
425
+ ## 3.2024.0102 / 2024-01-02
426
+
427
+ - Updated registry entries from the IANA [media registry][registry] and
428
+ [provisional media registry][provisional] and the
429
+ [Apache httpd media registry][httpd] as of the release date.
430
+
431
+ ## 3.2023.1205 / 2023-12-05
432
+
433
+ - Updated registry entries from the IANA [media registry][registry] and
434
+ [provisional media registry][provisional] and the
435
+ [Apache httpd media registry][httpd] as of the release date.
436
+
437
+ ## 3.2023.1107 / 2023-11-07
438
+
439
+ - Updated registry entries from the IANA [media registry][registry] and
440
+ [provisional media registry][provisional] and the
441
+ [Apache httpd media registry][httpd] as of the release date.
442
+
443
+ ## 3.2023.1003 / 2023-10-03
444
+
445
+ - Updated registry entries from the IANA [media registry][registry] and
446
+ [provisional media registry][provisional] and the
447
+ [Apache httpd media registry][httpd] as of the release date.
448
+
449
+ ## 3.2023.0905 / 2023-09-05
450
+
451
+ - Updated registry entries from the IANA [media registry][registry] and
452
+ [provisional media registry][provisional] and the
453
+ [Apache httpd media registry][httpd] as of the release date.
454
+
455
+ ## 3.2023.0808 / 2023-08-08
456
+
457
+ - Updated registry entries from the IANA [media registry][registry] and
458
+ [provisional media registry][provisional] and the
459
+ [Apache httpd media registry][httpd] as of the release date.
460
+
461
+ ## 3.2023.0218.1 / 2023-02-18
462
+
463
+ - When this data library was created in 2015, I made the decision based on
464
+ information available to deprecate `text/javascript` in favour of
465
+ `application/javascript`. Since the previous update (2022-01-05), IANA has
466
+ officially deprecated `application/javascript` in favour of `text/javascript`.
467
+ Samuel Williams discovered this in [#55][issue-55] by noting that all `js`
468
+ types were marked obsolete in version 3.2023.0218.
469
+
470
+ A hot fix has been applied to resolve this. However, note that
471
+ `application/javascript` will not be returned by default, only
472
+ `text/javascript`.
473
+
474
+ ## 3.2023.0218 / 2023-02-18
475
+
476
+ - Updated registry entries from the IANA [media registry][registry] and
477
+ [provisional media registry][provisional] and the
478
+ [Apache httpd media registry][httpd] as of the release date.
479
+
480
+ - Mohammed Gad added the `jfif` file extension for `image/jpeg` text format.
481
+ [#52][pull-52]
482
+
483
+ - Reworked the loading of IANA provisional media registries to merge them into
484
+ the top-level media-type registries instead of a standalone registry file.
485
+ [#53][pull-53] originally identified by Chris Salzberg in [#50][pull-50].
486
+
487
+ It is worth noting that this is an _imperfect_ solution as if a media type is
488
+ provisionally registered and withdrawn, it will linger in the registry with no
489
+ clean way of identifying them at the moment. See [#54][issue-54].
490
+
491
+ This release also fixes [ruby-mime-types#163][ruby-mime-types#163], where logs
492
+ show "Type `application/netcdf` is already registered as a variant of
493
+ `application/netcdf`".
494
+
495
+ ## 3.2022.0105 / 2022-01-05
496
+
497
+ - Updated registry entries from the IANA [media registry][registry] and
498
+ [provisional media registry][provisional] and the
499
+ [Apache httpd media registry][httpd] as of the release date.
500
+
501
+ - Fixed an incorrect definition of `image/bmp`, which had been marked obsolete
502
+ and later registered. Fixed [#48][issue-48], found by William T. Nelson.
503
+
504
+ ## 3.2021.1115 / 2021-11-15
505
+
506
+ - Updated registry entries from the IANA [media registry][registry] and
507
+ [provisional media registry][provisional] and the
508
+ [Apache httpd media registry][httpd] as of the release date.
509
+
510
+ - Added conversion utilities that support the `mini_mime` data format. These
511
+ have been ported from the [mini\_mime][mini_mime] repository. [#47][pull-47]
512
+
513
+ - Added IANA provisional media registries. Added some notes to CONTRIBUTING
514
+ about the transient nature of the provisional registration data. This was
515
+ triggered in part by a pull request by Jon Sneyers. Thanks! [#45][pull-45],
516
+ [#43][pull-43]
517
+
518
+ ## 3.2021.0901 / 2021-09-01
519
+
520
+ - Updated registry entries from the IANA [media registry][registry] and
521
+ [provisional media registry][provisional] and the
522
+ [Apache httpd media registry][httpd] as of the release date.
523
+
524
+ - Added file extension for `WebVTT` text format. [#46][pull-46]
525
+
526
+ ## 3.2021.0704 / 2021-07-04
527
+
528
+ - Updated registry entries from the IANA [media registry][registry] and
529
+ [provisional media registry][provisional] and the
530
+ [Apache httpd media registry][httpd] as of the release date.
531
+
532
+ ## 3.2021.0225 / 2021-02-25
533
+
534
+ - Updated registry entries from the IANA [media registry][registry] and
535
+ [provisional media registry][provisional] and the
536
+ [Apache httpd media registry][httpd] as of the release date.
537
+
538
+ - Added file extension for `AVIF` video format. [#40][pull-40]
539
+
540
+ ## 3.2021.0212 / 2021-02-12
541
+
542
+ - Updated the IANA media registry entries as of release date.
543
+
544
+ - Added a new rake task (`release:automatic`) that downloads and converts the
545
+ data from Apache httpd and IANA registries; if there are changes detected, it
546
+ updates the release version, changelog, manifest, and `gemspec` and commits
547
+ the changes to git.
548
+
549
+ ## 3.2020.1104 / 2020-11-04
550
+
551
+ - Updated the IANA media registry entries as of release date.
552
+
553
+ - Added `application/x-zip-compressed`. [#36][pull-36]
554
+
555
+ - Updated the contributing guide to include information about the release
556
+ process as described in [#18][issue-18]
557
+
558
+ - Corrected a misspelling of Yoran Brondsema's name. Sorry, Yoran.
559
+ [#35][pull-35]
560
+
561
+ ## 3.2020.0512 / 2020-05-12
562
+
563
+ - Updated the IANA media registry entries as of release date.
564
+
565
+ - Added file extensions for `HEIC` image types. [#34][pull-34]
566
+
567
+ ## 3.2020.0425 / 2020-04-25
568
+
569
+ - Updated the IANA media registry entries as of release date.
570
+
571
+ - Added several RAW image types based on data from GNOME RAW Thumbnailer.
572
+ [#33][pull-33] fixing [#32][issue-32]
573
+
574
+ - Added `audio/wav`. [#31][pull-31]
575
+
576
+ - Added a type for Smarttech notebook files. [#30][pull-30]
577
+
578
+ - Added an alias for audio/m4a files. [#29][pull-29]
579
+
580
+ - Added application/x-ms-dos-executable. [#28][pull-28]
581
+
582
+ ## 3.2019.1009 / 2019-10-09
583
+
584
+ - Updated the IANA media registry entries as of release date.
585
+
586
+ - Reordered the `.ai` extension so that it is not the preferred extension for
587
+ `application/pdf` [#24][pull-24]
588
+
589
+ ## 3.2019.0904 / 2019-09-04
590
+
591
+ - Updated the IANA media registry entries as of release date.
592
+
593
+ - Moved the `.ai` extension from `application/postscript` to `application/pdf`.
594
+ [#23][pull-23] fixing [#22][issue-22]
595
+
596
+ ## 3.2019.0331 / 2019-03-31
597
+
598
+ - Updated the IANA media registry entries as of release date.
599
+
600
+ - Added support for `application/wasm` with extension `.wasm`. [#21][pull-21]
601
+
602
+ - Fixed `application/ecmascript` extensions. [#20][pull-20]
603
+
604
+ ## 3.2018.0812 / 2018-08-12
605
+
606
+ - Added `.xsd` extension to `text/xml`. [pull-10][pull-10]
607
+
608
+ - Added `.js` and `.mjs` extensions to `text/ecmascript` and `text/javascript`.
609
+ [#11][pull-11]
610
+
611
+ - Added `.ipa` extension to `application/octet-stream`. [#12][pull-12]
612
+
613
+ - Moved extensions `.markdown` and `.md` and added `.mkd` extension to
614
+ `text/markdown`. [#13][pull-13]
615
+
616
+ - Because of a bug found with mime-types 3 before 3.2.1, this version requires
617
+ mime-types 3.2 or later to manage data.
618
+
619
+ - Updated the IANA media registry entries as of release date. The biggest major
620
+ change here is the addition of the `font/` top-level media type.
621
+
622
+ - MIME type changes not introduced by pull requests will no longer be
623
+ individually tracked.
624
+
625
+ - Clarified that the YAML editable format is not shipped with the Ruby gem for
626
+ size considerations.
627
+
628
+ ## 3.2016.0521 / 2016-05-21
629
+
630
+ - Updated the known extension list for `application/octet-stream` and
631
+ `application/pgp-encrypted` to include `gpg` as an extension. Fixes
632
+ [#3][pull-3] by Tao Guo ([@taonic](https://github.com/taonic)).
633
+
634
+ - Updated the IANA media registry entries as of release date.
635
+
636
+ - This version requires mime-types 3.1 or later to manage data because of an
637
+ issue with JSON data encoding for the `xrefs` field.
638
+
639
+ ## 3.2016.0221 / 2016-02-21
640
+
641
+ - Updated the known extensions list for audio/mp4.
642
+
643
+ - Updated to [Contributor Covenant 1.4][code of conduct].
644
+
645
+ - Shift the support code in this repository to be developed with Ruby 2.3. This
646
+ involves:
647
+
648
+ - Adding `frozen_string_literal: true` to all Ruby files.
649
+ - Applied some recommended readability and performance suggestions from
650
+ Rubocop. Ignored some style recommendations, too.
651
+ - Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
652
+
653
+ ## 3.2015.1120 / 2015-11-20
654
+
655
+ - Extracted from [ruby-mime-types][rmt].
656
+ - Added a [Code of Conduct][Code of Conduct].
657
+ - The versioning has changed to be semantic on format plus date in two parts.
658
+
659
+ - All registry formats have been updated to remove deprecated data.
660
+ - The columnar format has been updated to store three boolean flags in a
661
+ single flags file.
662
+
663
+ - Updated the conversion and management utilities to work with ruby-mime-types
664
+ 3.x.
665
+
666
+ - Updated the IANA media registry entries as of release date.
667
+
668
+ ## 2.6.2 / 2015-09-13
669
+
670
+ - Updated the IANA media registry entries as of release date.
671
+
672
+ ## 2.6 / 2015-05-25
673
+
674
+ - Steven Michael Thomas
675
+ ([@stevenmichaelthomas](https://github.com/stevenmichaelthomas)) added `woff2`
676
+ as an extension to `application/font-woff`,
677
+ [ruby-mime-types#99][ruby-mime-types#99].
678
+ - Updated the IANA media registry entries as of release date.
679
+
680
+ ## 2.5 / 2015-04-25
681
+
682
+ - Updated the IANA media registry entries as of release date.
683
+
684
+ - Andy Brody ([@ab](https://github.com/ab)) fixed a pair of embarrassing typos
685
+ in `text/csv` and `text/tab-separated-values`,
686
+ [ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
687
+
688
+ - Aggelos Avgerinos ([@eavgerinos](https://github.com/eavgerinos)) added the
689
+ unregistered MIME type `image/x-ms-bmp` with the extension `bmp`,
690
+ [ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
691
+
692
+ ## 2.4.2 / 2014-10-15
693
+
694
+ - Added `application/vnd.ms-outlook` as an unregistered MIME type with the
695
+ extension `msg`. Provided by [@keerthisiv](https://github.com/keerthisiv) in
696
+ [ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
697
+
698
+ ## 2.4.1 / 2014-10-07
699
+
700
+ - Changed the sort order of many of the extensions to restore behaviour from
701
+ mime-types 1.25.1.
702
+ - Added `friendly` MIME::Type descriptions where known.
703
+ - Added `reg`, `ps1`, and `vbs` extensions to `application/x-msdos-program` and
704
+ `application/x-msdownload`.
705
+ - Updated the IANA media registry entries as of release date.
706
+
707
+ ## 2.3 / 2014-05-23
708
+
709
+ - Updated the IANA media registry entries as of release date.
710
+
711
+ ## 2.2 / 2014-03-14
712
+
713
+ - Added `.sj` to `application/javascript` as provided by Brandon Galbraith
714
+ ([@brandongalbraith](https://github.com/brandongalbraith)) in
715
+ [ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
716
+
717
+ - Marked `application/excel` and `application/x-excel` as obsolete in favour of
718
+ `application/vnd.ms-excel` per
719
+ [ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
720
+
721
+ - Merged duplicate MIME types into the registered MIME type. The only difference
722
+ between the MIME types was capitalization; the MIME type registry is
723
+ case-preserving.
724
+
725
+ - Updated the IANA media registry entries as of release date.
726
+
727
+ ## 2.1 / 2014-01-25
728
+
729
+ - The IANA media type registry format changed, resulting in updates to most of
730
+ the 1,427 registered MIME types.
731
+ - Many registered MIME types have had some metadata updates due to the change
732
+ in the IANA registry format.
733
+ - MIME types having a publicly available registry application now include a
734
+ link to that file in references.
735
+ - Added `xrefs` data as discovered (see the API changes noted above).
736
+
737
+ - The Apache httpd mime types configuration has been added to track additional
738
+ common but unregistered MIME types and known extensions for those MIME types.
739
+ This has affected many of the available MIME types.
740
+
741
+ - Merged the non-standard VMS platform `text/plain` with the standard
742
+ `text/plain`.
743
+
744
+ [code of conduct]: CODE_OF_CONDUCT.md
745
+ [dco]: https://developercertificate.org
746
+ [httpd]: https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
747
+ [issue-18]: https://github.com/mime-types/mime-types-data/issues/18
748
+ [issue-22]: https://github.com/mime-types/mime-types-data/issues/22
749
+ [issue-32]: https://github.com/mime-types/mime-types-data/issues/32
750
+ [issue-48]: https://github.com/mime-types/mime-types-data/issues/48
751
+ [issue-54]: https://github.com/mime-types/mime-types-data/issues/54
752
+ [issue-55]: https://github.com/mime-types/mime-types-data/issues/55
753
+ [mini_mime]: https://github.com/discourse/mini_mime/issues/41
754
+ [provisional]: https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xml
755
+ [pull-109]: https://github.com/mime-types/mime-types-data/pull/109
756
+ [pull-10]: https://github.com/mime-types/mime-types-data/pull/10
757
+ [pull-11]: https://github.com/mime-types/mime-types-data/pull/11
758
+ [pull-12]: https://github.com/mime-types/mime-types-data/pull/12
759
+ [pull-13]: https://github.com/mime-types/mime-types-data/pull/13
760
+ [pull-191]: https://github.com/mime-types/mime-types-data/pull/191
761
+ [pull-192]: https://github.com/mime-types/mime-types-data/pull/192
762
+ [pull-20]: https://github.com/mime-types/mime-types-data/pull/20
763
+ [pull-21]: https://github.com/mime-types/mime-types-data/pull/21
764
+ [pull-23]: https://github.com/mime-types/mime-types-data/pull/23
765
+ [pull-24]: https://github.com/mime-types/mime-types-data/pull/24
766
+ [pull-28]: https://github.com/mime-types/mime-types-data/pull/28
767
+ [pull-29]: https://github.com/mime-types/mime-types-data/pull/29
768
+ [pull-30]: https://github.com/mime-types/mime-types-data/pull/30
769
+ [pull-31]: https://github.com/mime-types/mime-types-data/pull/31
770
+ [pull-33]: https://github.com/mime-types/mime-types-data/pull/33
771
+ [pull-34]: https://github.com/mime-types/mime-types-data/pull/34
772
+ [pull-35]: https://github.com/mime-types/mime-types-data/pull/35
773
+ [pull-36]: https://github.com/mime-types/mime-types-data/pull/36
774
+ [pull-3]: https://github.com/mime-types/mime-types-data/pull/3
775
+ [pull-40]: https://github.com/mime-types/mime-types-data/pull/40
776
+ [pull-43]: https://github.com/mime-types/mime-types-data/pull/43
777
+ [pull-45]: https://github.com/mime-types/mime-types-data/pull/45
778
+ [pull-46]: https://github.com/mime-types/mime-types-data/pull/46
779
+ [pull-47]: https://github.com/mime-types/mime-types-data/pull/47
780
+ [pull-50]: https://github.com/mime-types/mime-types-data/pull/50
781
+ [pull-52]: https://github.com/mime-types/mime-types-data/pull/52
782
+ [pull-53]: https://github.com/mime-types/mime-types-data/pull/53
783
+ [pull-77]: https://github.com/mime-types/mime-types-data/pull/77
784
+ [pull-81]: https://github.com/mime-types/mime-types-data/pull/81
785
+ [pull-96]: https://github.com/mime-types/mime-types-data/pull/96
786
+ [pull-98]: https://github.com/mime-types/mime-types-data/pull/98
787
+ [registry]: https://www.iana.org/assignments/media-types/media-types.xml
788
+ [rmt]: https://github.com/mime-types/ruby-mime-types
789
+ [ruby-mime-types#163]: https://github.com/mime-types/ruby-mime-types/issues/163
790
+ [ruby-mime-types#224]: https://github.com/mime-types/ruby-mime-types/pull/224
791
+ [ruby-mime-types#99]: https://github.com/mime-types/ruby-mime-types/pull/99
792
+ [tika]: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
793
+ [tp]: https://guides.rubygems.org/trusted-publishing/
794
+ [whatwg]: https://html.spec.whatwg.org/multipage/iana.html#text/event-stream