licensed 5.0.3 → 5.0.4

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
@@ -1,890 +1,4 @@
1
1
  # Changelog
2
2
 
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
- and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
-
8
- ## [Unreleased]
9
-
10
- ## 5.0.3
11
-
12
- - Support pnpm v9 (<https://github.com/licensee/licensed/pull/803>)
13
-
14
- ## 5.0.2
15
-
16
- - Pin setup-ruby and set permissions in test workflow (<https://github.com/licensee/licensed/pull/768>)
17
- - Pin action versions in test.yml (<https://github.com/licensee/licensed/pull/776>)
18
- - Add `csv` as a dependency for Ruby 3.4+ (<https://github.com/licensee/licensed/pull/786>)
19
- - Fix `nil` bug when there's no `dependency` key in `package.json` (<https://github.com/licensee/licensed/pull/791>)
20
-
21
- ## 5.0.1
22
-
23
- - Updated dependencies as needed for security fixes
24
-
25
- ## 5.0.0
26
-
27
- ### Breaking change
28
-
29
- - Only supports Ruby 3.0+ due to nokogiri upgrade
30
-
31
- ### Changed
32
-
33
- - Ensure homepage string is not too long in cabal.rb to avoid DOS attack
34
- - Update dependencies
35
-
36
- ## 4.5.0
37
-
38
- ### Changed
39
-
40
- - Bumped a number of dependencies for security fixes
41
-
42
- ## 4.4.0
43
-
44
- ### Added
45
-
46
- - Licensed status command will alert on stale cached dependency records (<https://github.com/github/licensed/pull/657>)
47
-
48
- ## 4.3.1
49
-
50
- ### Changed
51
-
52
- - Bump nokogiri to resolve vulnerabilities (<https://github.com/github/licensed/pull/648>)
53
-
54
- ## 4.3.0
55
-
56
- ### Added
57
-
58
- - Cocoapods support has been re-enabled using a cocoapods plugin (<https://github.com/github/licensed/pull/644>)
59
-
60
- ## 4.2.0
61
-
62
- ### Added
63
-
64
- - Reviewed and ignored configuration lists support matching on versions and version ranges (<https://github.com/github/licensed/pull/629>)
65
-
66
- ### Fixed
67
-
68
- - Licensed should more reliably source dependencies from Gradle >= 8.0 (<https://github.com/github/licensed/pull/630>)
69
-
70
- ## 4.1.0
71
-
72
- ### Added
73
-
74
- - Custom license terms can be added to dependencies via new configuration options (<https://github.com/github/licensed/pull/624>)
75
- - Licensed is now integrated with pnpm to enumerate dependencies (<https://github.com/github/licensed/pull/626>)
76
-
77
- ## 4.0.4
78
-
79
- ### Changed
80
-
81
- - Dependency version requirements are more relaxed (<https://github.com/github/licensed/pull/619>)
82
-
83
- ## 4.0.3
84
-
85
- ### Changed
86
-
87
- - Cocoapods dependency enumeration has been disabled (<https://github.com/github/licensed/pull/616>)
88
-
89
- ### Fixed
90
-
91
- - Fixed method signature change in Bundler API with Bundler >= 2.4.4 (:tada: @CvX <https://github.com/github/licensed/pull/614>)
92
- - Fixed installation dependency compatibility with Rails >= 7.0 (<https://github.com/github/licensed/pull/616>)
93
-
94
- ## 4.0.2
95
-
96
- ### Fixed
97
-
98
- - The path to a gradlew executable can be configured when enumerating gradle dependencies (:tada: @LouisBoudreau <https://github.com/github/licensed/pull/610>)
99
-
100
- ## 4.0.1
101
-
102
- ### Fixed
103
-
104
- - Running gradle tests will no longer fail when gradle is not available (<https://github.com/github/licensed/pull/606>)
105
-
106
- ## 4.0.0
107
-
108
- ### Added
109
-
110
- - Licensed supports Cocoapods as a dependency source (:tada: @LouisBoudreau <https://github.com/github/licensed/pull/584>)
111
- - Licensed supports Gradle multi-project builds (:tada: @LouisBoudreau <https://github.com/github/licensed/pull/583>)
112
-
113
- ### Fixed
114
-
115
- - Licensed no longer crashes when run with Bundler >= 2.4.0 (:tada: @JoshReedSchramm <https://github.com/github/licensed/pull/597>)
116
-
117
- ### Changed
118
-
119
- - BREAKING: Licensed no longer ships executables with releases (<https://github.com/github/licensed/pull/586>)
120
- - BREAKING: Licensed no longer includes support for Go <= 1.11 (<https://github.com/github/licensed/pull/602>)
121
-
122
- ## 3.9.1
123
-
124
- ### Fixed
125
-
126
- - Updating cached dependency records will more accurately apply `review_changed_license` flag (<https://github.com/github/licensed/pull/578>)
127
-
128
- ## 3.9.0
129
-
130
- ### Added
131
-
132
- - `NOTICE` files can now be generated without cached files in a repository (<https://github.com/github/licensed/pull/572>)
133
-
134
- ## 3.8.0
135
-
136
- ### Added
137
-
138
- - Licensing compliance status checks can now be used without cached files in a repository (<https://github.com/github/licensed/pull/560>)
139
-
140
- ## 3.7.5
141
-
142
- ### Fixed
143
-
144
- - Python dependency metadata will be correctly parsed from the ouput of `pip show` (<https://github.com/github/licensed/pull/555>)
145
-
146
- ## 3.7.4
147
-
148
- ### Fixed
149
-
150
- - Licenses for Python dependencies built with Hatchling are correctly found (<https://github.com/github/licensed/pull/547>)
151
-
152
- ## 3.7.3
153
-
154
- ### Fixed
155
-
156
- - Swift test fixtures build artifacts are now ignored (:tada: @CvX <https://github.com/github/licensed/pull/524>)
157
- - Running cargo test fixture setup no longer deletes test files (:tada: @CvX <https://github.com/github/licensed/pull/525>)
158
- - Bundler test fixtures are compatible with latest macOS silicon(:tada: @CvX <https://github.com/github/licensed/pull/528>)
159
- - Fix segfaults seen using licensed with ruby 3.0.4 (<https://github.com/github/licensed/pull/530>)
160
- - Fix compatibility with latest versions of bundler 2.3 (<https://github.com/github/licensed/pull/535>)
161
- - Fix compatibility with latest versions of bundler 2.3 (:tada: @CvX <https://github.com/github/licensed/pull/522>)
162
-
163
- ## 3.7.2
164
-
165
- ### Fixed
166
-
167
- - Comparing dependency license contents now finds matching contents regardless of the order of the licenses (<https://github.com/github/licensed/pull/516>)
168
- - Fixed typo in a link in README.md (<https://github.com/github/licensed/pull/514>)
169
-
170
- ### Changed
171
-
172
- - Elixir testing setup is migrated to erlef/setup-beam (<https://github.com/github/licensed/pull/512>)
173
-
174
- ## 3.7.1
175
-
176
- ### Fixed
177
-
178
- - Dependencies' legal notice file matching has been made more strict to reduce false positives on code files containing the word `legal` (<https://github.com/github/licensed/pull/510>)
179
-
180
- ## 3.7.0
181
-
182
- ### Changed
183
-
184
- - Pip and pipenv sources will find dependency licenses under `dist-info/license_files` when available (<https://github.com/github/licensed/pull/504>)
185
-
186
- ## 3.6.0
187
-
188
- 2022-03-17
189
-
190
- ### Added
191
-
192
- - Composer dev dependencies can optionally be included in enumerated PHP dependencies (:tada: @digilist <https://github.com/github/licensed/pull/486>)
193
- - Getting started usage documentation (<https://github.com/github/licensed/pull/483>)
194
- - Initial support for NPM workspaces (<https://github.com/github/licensed/pull/485>)
195
-
196
- ### Changed
197
-
198
- - Transitive dependencies are now enumerated by the `pip` source (<https://github.com/github/licensed/pull/480>)
199
-
200
- ### Fixed
201
-
202
- - `licensed cache --force` will now correctly overwrite existing license classifications (<https://github.com/github/licensed/pull/473>)
203
-
204
- ## 3.5.0
205
-
206
- 2022-02-24
207
-
208
- ### Added
209
-
210
- - [Licensee](https://github.com/licensee/licensee) confidence thresholds can be configured in the licensed configuration file (<https://github.com/github/licensed/pull/455>)
211
-
212
- ## 3.4.4
213
-
214
- 2022-02-07
215
-
216
- ### Fixed
217
-
218
- - The npm and pip sources have better protection from strings causing crashes in `Hash#dig` (<https://github.com/github/licensed/pull/450>)
219
-
220
- ## 3.4.3
221
-
222
- 2022-01-31
223
-
224
- ### Added
225
-
226
- - The npm source handles more cases of missing, optional, peer dependencies (<https://github.com/github/licensed/pull/443>)
227
-
228
- ## 3.4.2
229
-
230
- 2022-01-17
231
-
232
- ### Fixed
233
-
234
- - The yarn source will no longer evaluate package.json files that do not represent project dependencies (<https://github.com/github/licensed/pull/439>)
235
-
236
- ## 3.4.1
237
-
238
- 2022-01-07
239
-
240
- ### Fixed
241
-
242
- - Malformed package.json files will no longer crash yarn dependency detection (<https://github.com/github/licensed/pull/431>)
243
-
244
- ## 3.4.0
245
-
246
- 2021-12-14
247
-
248
- ### Added
249
-
250
- - New Yarn enumerator with support for berry versions (<https://github.com/github/licensed/pull/423>)
251
-
252
- ### Fixed
253
-
254
- - Error handling cases return correct values in the Yarn enumerator (<https://github.com/github/licensed/pull/425>)
255
- - Fixed link in command documentation (:tada: @chibicco <https://github.com/github/licensed/pull/416>)
256
- - Fixed minor backwards compatibility issue for Ruby 2.3 support (:tada: @dzunk <https://github.com/github/licensed/pull/414>)
257
-
258
- ### Changed
259
-
260
- - Licensed's own dependencies are cached in the repository and kept up to date with GitHub Actions (<https://github.com/github/licensed/pull/421>)
261
-
262
- ## 3.3.1
263
-
264
- 2021-10-07
265
-
266
- ### Fixed
267
-
268
- - Fix evaluation of peer dependencies with npm 7 (:tada: @manuelpuyol <https://github.com/github/licensed/pull/411>)
269
-
270
- ### Changed
271
-
272
- - Manifest source evaluation performance improvements (<https://github.com/github/licensed/pull/407>)
273
-
274
- ## 3.3.0
275
-
276
- 2021-09-18
277
-
278
- ### Added
279
-
280
- - New cargo source enumerates rust dependencies (<https://github.com/github/licensed/pull/404>)
281
-
282
- ### Changed
283
-
284
- - Removed non-functional files from gem builds (<https://github.com/github/licensed/pull/405>)
285
-
286
- ## 3.2.3
287
-
288
- 2021-09-14
289
-
290
- ### Fixed
291
-
292
- - Bundler source will no longer infinitely recurse when enumerating specifications (<https://github.com/github/licensed/pull/402>)
293
- - Using the `--sources` command line option will no longer delete skipped sources' cached files (<https://github.com/github/licensed/pull/401>)
294
-
295
- ## 3.2.2
296
-
297
- 2021-09-09
298
-
299
- ### Fixed
300
-
301
- - Bundler source works properly again when used outside of `bundle exec` (<https://github.com/github/licensed/pull/397>)
302
-
303
- ## 3.2.1
304
-
305
- 2021-09-06
306
-
307
- ### Changed
308
-
309
- - Updated multiple dependency versions (:tada: @mmorel-35 <https://github.com/github/licensed/pull/385>, <https://github.com/github/licensed/pull/389>)
310
- - Go homepage links use pkg.go.dev instead of godoc.org (:tada: @mmorel-35 <https://github.com/github/licensed/commit/73cfbbe954a3e8c8cbaf8b68253053b157e01b79>)
311
- - Local development ruby version changed to 2.7.4 (<https://github.com/github/licensed/pull/393>)
312
-
313
- ### Fixed
314
-
315
- - Bundler source correctly finds platform specific dependencies (<https://github.com/github/licensed/pull/392>)
316
-
317
- ## 3.2.0
318
-
319
- 2021-08-19
320
-
321
- ### Added
322
-
323
- - Application names can be dynamically generated based on the path to the application source (<https://github.com/github/licensed/pull/375>)
324
-
325
- ### Changed
326
-
327
- - Updated command documentation (<https://github.com/github/licensed/pull/378>, <https://github.com/github/licensed/pull/380/files>)
328
- - Updated configuration documentation (<https://github.com/github/licensed/pull/375>)
329
- - Cache and status commands give additional diagnostic output when using JSON and YAML formatters (<https://github.com/github/licensed/pull/378>)
330
- - Status command will give users a link to documentation when compliance checks fail (<https://github.com/github/licensed/pull/381>)
331
-
332
- ### Fixed
333
-
334
- - The bundler source correctly checks that the path bundler specifies a gem is loaded from is a file (<https://github.com/github/licensed/pull/379>)
335
-
336
- ## 3.1.0
337
-
338
- 2021-06-16
339
-
340
- ### Added
341
-
342
- - Licensed supports Swift/Swift package manager as a dependency source (:tada: @mattt <https://github.com/github/licensed/pull/363>)'
343
-
344
- ### Changed
345
-
346
- - The `source_path` configuration property accepts arrays of inclusion and exclusion glob patterns (<https://github.com/github/licensed/pull/368>)
347
- - The Nuget source now uses configured fallback folders to find dependencies that are not in found in the project folder (<https://github.com/github/licensed/pull/366>)
348
- - The Nuget source supports a configurable property for the path from the project source path to the project's `obj` folder (<https://github.com/github/licensed/pull/365>)
349
-
350
- ### Fixed
351
-
352
- - The Go source's checks for local packages will correctly find paths in case-insensitive file systems (<https://github.com/github/licensed/pull/370>)
353
- - The Bundler source will no longer unnecessarily reset the local Bundler environment configuration (<https://github.com/github/licensed/pull/372>)
354
-
355
- ## 3.0.1
356
-
357
- 2021-05-17
358
-
359
- ### Fixed
360
-
361
- - The bundler source will correctly enumerate dependencies pulled with a `git:` directive (<https://github.com/github/licensed/pull/360>)
362
-
363
- ## 3.0.0
364
-
365
- 2021-04-27
366
-
367
- **This is a major release and includes potentially breaking changes to bundler dependency enumeration.**
368
-
369
- ### Changed
370
-
371
- - The bundler source will return an error when run from an executable. Please install licensed as a gem to continue using the bundler source. Please see the [v3 migration document](./docs/migrations/v3.md) for full details and migration strategies.
372
-
373
- ## 2.15.2
374
-
375
- 2021-04-06
376
-
377
- ### Fixed
378
-
379
- - The pip source works with package names containing periods (:tada: @bcskda <https://github.com/github/licensed/pull/350>)
380
-
381
- ## 2.15.1
382
-
383
- 2021-03-29
384
-
385
- ### Changed
386
-
387
- - The npm source will ignore dependencies that are marked as both extraneous and missing (<https://github.com/github/licensed/pull/347>)
388
-
389
- ## 2.15.0
390
-
391
- 2021-03-24
392
-
393
- ### Added
394
-
395
- - Support for npm 7 (<https://github.com/github/licensed/pull/341>)
396
-
397
- ### Fixed
398
-
399
- - Files in the manifest source will be found correctly for apps that are not at the repository root (<https://github.com/github/licensed/pull/345>)
400
-
401
- ## 2.14.4
402
-
403
- 2021-02-09
404
-
405
- ### Added
406
-
407
- - `list` and `cache` commands optionally print output in JSON or YML formats using the `--format/-f` flag (<https://github.com/github/licensed/pull/334>)
408
- - `list` command will include detected license keys using the `--licenses/-l` flag (<https://github.com/github/licensed/pull/334>)
409
-
410
- ## 2.14.3
411
-
412
- 2020-12-11
413
-
414
- ### Fixed
415
-
416
- - Auto-generating license text for a known license will no longer raise an error if the found license has no text (:tada: @Eun <https://github.com/github/licensed/pull/328>)
417
-
418
- ## 2.14.2
419
-
420
- 2020-11-20
421
-
422
- ### Fixed
423
-
424
- - Yarn source correctly finds dependency paths on disk (<https://github.com/github/licensed/pull/326>)
425
- - Go source better handles finding dependencies that have been vendored (<https://github.com/github/licensed/pull/323>)
426
-
427
- ## 2.14.1
428
-
429
- 2020-10-09
430
-
431
- ### Fixed
432
-
433
- - Shell command output is encoded to UTF8 (<https://github.com/github/licensed/pull/319>)
434
-
435
- ## 2.14.0
436
-
437
- 2020-10-04
438
-
439
- ### Added
440
-
441
- - `reviewed` dependencies can use glob pattern matching (<https://github.com/github/licensed/pull/313>)
442
-
443
- ### Fixed
444
-
445
- - Fix configuring source path globs that expand into a single directory (<https://github.com/github/licensed/pull/312>)
446
-
447
- ## 2.13.0
448
-
449
- 2020-09-23
450
-
451
- ### Added
452
-
453
- - `status` command results can be output in YAML and JSON formats (:tada: @julianvilas <https://github.com/github/licensed/pull/303>)
454
-
455
- ### Fixed
456
-
457
- - `licensed` no longer crashes when parsing invalid YAML from cached records (<https://github.com/github/licensed/pull/306>)
458
- - NPM source will no longer crash when invalid JSON is returned from npm CLI calls (<https://github.com/github/licensed/pull/300>)
459
- - Bundler source is fixed to work properly with `gems.rb` lockfiles (<https://github.com/github/licensed/pull/299>)
460
-
461
- ## 2.12.2
462
-
463
- 2020-07-07
464
-
465
- ### Changed
466
-
467
- - Cleaned up ruby 2.7 warnings (:tada: @jurre <https://github.com/github/licensed/pull/292>)
468
- - Cleaned up additional warnings in tests (<https://github.com/github/licensed/pull/293>)
469
-
470
- ## 2.12.1
471
-
472
- 2020-06-30
473
-
474
- ### Fixed
475
-
476
- - `licensed` no longer exits an error code when using the `--sources` CLI argument (<https://github.com/github/licensed/pull/290>)
477
-
478
- ## 2.12.0
479
-
480
- 2020-06-19
481
-
482
- ### Added
483
-
484
- - `--sources` argument for cache, list, status and notices commands to filter running sources (<https://github.com/github/licensed/pull/287>)
485
-
486
- ### Fixed
487
-
488
- - `cache` command will not remove files outside of enabled source cache paths (<https://github.com/github/licensed/pull/287>)
489
-
490
- ## 2.11.1
491
-
492
- 2020-06-09
493
-
494
- ### Fixed
495
-
496
- - `notices` command properly reads cached dependency notices contents (<https://github.com/github/licensed/pull/283>)
497
-
498
- ## 2.11.0
499
-
500
- 2020-06-02
501
-
502
- ### Added
503
-
504
- - `notices` command to create a `NOTICE` file for each configured app (<https://github.com/github/licensed/pull/277>)
505
-
506
- ### Fixed
507
-
508
- - NuGet source no longer crashes on a non-existent dependency path (<https://github.com/github/licensed/pull/280>)
509
- - Go source no longer crashes on a non-existent dependency package path (<https://github.com/github/licensed/pull/274>)
510
-
511
- ## 2.10.0
512
-
513
- 2020-05-15
514
-
515
- ### Changed
516
-
517
- - NPM source ignores missing peer dependencies (<https://github.com/github/licensed/pull/267>)
518
-
519
- ### Added
520
-
521
- - NuGet source (:tada: @zarenner <https://github.com/github/licensed/pull/261>)
522
- - Multiple apps can share a single cache location (<https://github.com/github/licensed/pull/263>)
523
-
524
- ## 2.9.2
525
-
526
- 2020-04-28
527
-
528
- ### Changed
529
-
530
- - `licensee` minimum version bumped to 9.13.2 (<https://github.com/github/licensed/pull/256>)
531
-
532
- ## 2.9.1
533
-
534
- 2020-03-24
535
-
536
- ### Changed
537
-
538
- - relaxed gem version restrictions on Thor (:tada: @eileencodes <https://github.com/github/licensed/pull/254>)
539
-
540
- ## 2.9.0
541
-
542
- 2020-03-19
543
-
544
- ### Added
545
-
546
- - Source paths use glob pattern matching (<https://github.com/github/licensed/pull/245>)
547
-
548
- ### Fixed
549
-
550
- - Mix source supports updates to mix.lock format (:tada: @bruce <https://github.com/github/licensed/pull/242>)
551
- - Go source supports `go list` format changes in go 1.14 (<https://github.com/github/licensed/pull/247>)
552
-
553
- ### Changed
554
-
555
- - `licensed cache` will flag dependencies for re-review when license text changes (<https://github.com/github/licensed/pull/248>)
556
- - `licensed status` will raise errors on dependencies that need re-review (<https://github.com/github/licensed/pull/248>)
557
- - `licensee` minimum version bumped to 9.13.1 (<https://github.com/github/licensed/pull/251>)
558
-
559
- ## 2.8.0
560
-
561
- 2020-01-03
562
-
563
- ### Added
564
-
565
- - Yarn source (<https://github.com/github/licensed/pull/232>, <https://github.com/github/licensed/pull/233>, <https://github.com/github/licensed/pull/236>)
566
- - NPM source has a new option to include non-production dependencies (<https://github.com/github/licensed/pull/231>)
567
-
568
- ### Fixed
569
-
570
- - Cabal source will no longer crash if packages aren't found (<https://github.com/github/licensed/pull/230>)
571
-
572
- ## 2.7.0
573
-
574
- 2019-11-10
575
-
576
- ### Added
577
-
578
- - License text is automatically generated for known licenses when not otherwise available (<https://github.com/github/licensed/pull/223>)
579
-
580
- ### Changed
581
-
582
- - Ignoring dependencies uses glob pattern matching (<https://github.com/github/licensed/pull/225>)
583
-
584
- ## 2.6.2
585
-
586
- 2019-11-03
587
-
588
- ### Changed
589
-
590
- - A number of improvements to the go dependency enumerator
591
- - use `go env GOPATH` as a default if no other GOPATH is found
592
- - better compatibility with go modules when finding license content
593
- - better compatibility with vendored go modules
594
- - use a packages godoc.org page as it's homepage
595
- - better checks for standard packages, reducing the amount of cached content
596
-
597
- ## 2.6.1
598
-
599
- 2019-10-26
600
-
601
- ### Changed
602
-
603
- - Performance improvements during dependency enumeration (:tada: @krzysztof-pawlik-gat <https://github.com/github/licensed/pull/204>, <https://github.com/github/licensed/pull/207>) (<https://github.com/github/licensed/pull/210>)
604
-
605
- ## 2.6.0
606
-
607
- 2019-10-22
608
-
609
- ### Added
610
-
611
- - Mix source for Elixir (:tada: @bruce <https://github.com/github/licensed/pull/195>)
612
-
613
- ## 2.5.0
614
-
615
- 2019-09-26
616
-
617
- ### Added
618
-
619
- - `env` command to output application environment configuration (<https://github.com/github/licensed/pull/187>, <https://github.com/github/licensed/pull/191>)
620
-
621
- ### Changed
622
-
623
- - `status` command will pass if multiple allowed licenses are found (<https://github.com/github/licensed/pull/188>)
624
-
625
- ## 2.4.0
626
-
627
- 2019-09-15
628
-
629
- ### Added
630
-
631
- - Composer source for PHP (<https://github.com/github/licensed/pull/182>)
632
-
633
- ## 2.3.2
634
-
635
- 2019-08-26
636
-
637
- ### Fixed
638
-
639
- - Bundler with/without array settings are properly handled for bundler 1.15.x
640
-
641
- ## 2.3.1
642
-
643
- 2019-08-20
644
-
645
- ### Changed
646
-
647
- - Using the npm source with yarn, "missing" dependencies are no longer considered errors (:tada: @krzysztof-pawlik-gat <https://github.com/github/licensed/pull/170>)
648
- - The bundler source now calls `gem specification` with dependency version requirements (<https://github.com/github/licensed/pull/173>)
649
-
650
- ## 2.3.0
651
-
652
- 2019-05-19
653
-
654
- ### Added
655
-
656
- - New Pipenv dependency source enumerator (:tada: @krzysztof-pawlik-gat <https://github.com/github/licensed/pull/167>)
657
-
658
- ## 2.2.0
659
-
660
- 2019-05-11
661
-
662
- ### Added
663
-
664
- - Content hash versioning strategy for go and manifest sources (<https://github.com/github/licensed/pull/164>)
665
-
666
- ### Fixed
667
-
668
- - Python source handles urls and package names with "-" in requirements.txt (:tada: @krzysztof-pawlik-gat <https://github.com/github/licensed/pull/165>)
669
-
670
- ## 2.1.0
671
-
672
- 2019-04-16
673
-
674
- ### Added
675
-
676
- - New Gradle dependency source enumerator (:tada: @dbussink <https://github.com/github/licensed/pull/150>, @jandersson-svt <https://github.com/github/licensed/pull/159>)
677
- - Metadata added to distributed packages (<https://github.com/github/licensed/pull/160>)
678
-
679
- ### Changes
680
-
681
- - Bundler dependency source loads license key from a gem's cached gemspec file as a fallback (<https://github.com/github/licensed/pull/154>)
682
- - Licensed will only raise errors on an empty dependency path when caching records (<https://github.com/github/licensed/pull/149>)
683
-
684
- ### Fixed
685
-
686
- - Migrating to v2 will no longer crash trying to migrate cached records that don't exist (<https://github.com/github/licensed/pull/148>)
687
- - Reported warnings will no longer crash licensed when caching records (<https://github.com/github/licensed/pull/147>)
688
-
689
- ## 2.0.1
690
-
691
- 2019-02-14
692
-
693
- ### Changes
694
-
695
- - Dependency paths that don't exist on the local disk are reported as warnings
696
- - Cache, status and list output is sorted by app name, source type and dependency name
697
- - Bumped `licensee` gem requirement
698
-
699
- ## 2.0.0
700
-
701
- 2019-02-09
702
-
703
- **This is a major release and includes breaking changes to the configuration and cached record file formats**
704
-
705
- ### Added
706
-
707
- - New `migrate` command to automatically update configuration and cached record file formats
708
- - New extensible reporting infrastructure
709
- - New base command and source classes to abstract away implementation details
710
-
711
- ### Changes
712
-
713
- - Cached dependency metadata files are now stored entirely as YAML, with `.dep.yml` extension
714
- - The Bundler dependency source is now identified in configuration files and output as `bundler` instead of `rubygem`
715
- - Refactored sources for better consistency between classes
716
- - Refactored commands for better consistency between classes
717
- - Command outputs have changed for better consistency
718
- - Updated Dependency classes for better integration with `licensee`
719
-
720
- ### Fixed
721
-
722
- - Licensed no longer exits on errors when evaluating dependency sources or finding dependencies
723
- - The Bundler dependency source correctly finds the `bundler` gem as a dependency in more cases
724
-
725
- ## 1.5.2
726
-
727
- 2018-12-27
728
-
729
- ### Changes
730
-
731
- - Go source added support for Go modules and Golang 1.11+ (<https://github.com/github/licensed/pull/113>)
732
-
733
- ### Fixed
734
-
735
- - Licensed will have a non-zero exit code when commands fail (:tada: @parkr <https://github.com/github/licensed/pull/111>)
736
-
737
- ## 1.5.1
738
-
739
- 2018-10-30
740
-
741
- ### Fixed
742
-
743
- - Fixed a scenario where licensed wasn't finding bundler dependencies when run as an executable due to a ruby version mismatch (<https://github.com/github/licensed/pull/106>)
744
-
745
- ## 1.5.0
746
-
747
- 2018-10-24
748
-
749
- ### Added
750
-
751
- - `licensed (version | -v | --version)` command to see the current licensed version (:tada: @mwagz! <https://github.com/github/licensed/pull/101>)
752
-
753
- ### Fixed
754
-
755
- - NPM source no longer raises an error when ignored dependencies aren't found (:tada: @mwagz! <https://github.com/github/licensed/pull/100>)
756
- - Checking for a Git repo will no longer possibly modify `.git/index` (:tada: @dbussink <https://github.com/github/licensed/pull/102>)
757
- - Fixed a scenario where licensed wasn't finding bundler dependencies when run as an executable (<https://github.com/github/licensed/pull/103>)
758
-
759
- ## 1.4.0
760
-
761
- 2018-10-20
762
-
763
- ### Added
764
-
765
- - Git Submodules dependency source :tada:
766
- - Configuration option to explicitly set a root absolute path
767
-
768
- ### Changes
769
-
770
- - `COPYING` file is no longer matched as a legal file
771
-
772
- ### Fixed
773
-
774
- - NPM source will enumerate multiple versions of the same dependency
775
- - Running Licensed outside of a Git repository no longer raises an error
776
- - Packaging scripts will correctly return to the previous branch when the script is finished
777
-
778
- ## 1.3.4
779
-
780
- 2018-09-20
781
-
782
- ### Changes
783
-
784
- - Bundler source will avoid looking for a gemspec file when possible
785
-
786
- ## 1.3.3
787
-
788
- 2018-09-07
789
-
790
- ### Fixed
791
-
792
- - Manifest source configuration globs correctly enumerates files from within submodules
793
- - The manifest source no longer errors when getting version information from submodules
794
-
795
- ## 1.3.2
796
-
797
- 2018-08-15
798
-
799
- ### Fixed
800
-
801
- - Fixed issue when multiple versions of a cabal package are found
802
-
803
- ## 1.3.1
804
-
805
- 2018-08-01
806
-
807
- ### Fixed
808
-
809
- - Fixed regression finding ruby gems by path
810
-
811
- ## 1.3.0
812
-
813
- 2018-07-25
814
-
815
- ### Added
816
-
817
- - Manifests for the manifest dependency source can be specified using glob patterns in the configuration
818
- - Paths to licenses for dependencies from the manifest dependency source can be specified in the configuration
819
- - Manifest dependency source looks for license content in C-style comments if a license file isn't found
820
-
821
- ## Changes
822
-
823
- - GitHub is no longer queried to find remote license information
824
- - Removed custom logic around determining whether to use the license key from `licensee`
825
- - NPM dependency enumeration doesn't use `npm list`
826
- - Licensed now tracks content from multiple license files when available
827
-
828
- ### Fixed
829
-
830
- - Fixed regression finding platform-specific ruby gems
831
-
832
- ## 1.2.0
833
-
834
- 2018-06-22
835
-
836
- ### Added
837
-
838
- - Building and packaging distributable exes for licensed releases
839
- - Can now configure which Gemfile groups are excluded from dependency enumeration
840
-
841
- ### Fixed
842
-
843
- - Bundler is no longer always reported as a dependency
844
- - Set the minimum required ruby version for licensed
845
-
846
- ## 1.1.0
847
-
848
- 2018-06-04
849
-
850
- ### Added
851
-
852
- - Pip dependency source :tada:
853
- - Go Dep dependency source :tada:
854
-
855
- ### Changed
856
-
857
- - Changed how `sources` configuration property affects which sources are enabled
858
- - Raise informative error messages when shell commands fail
859
-
860
- ### Fixed
861
-
862
- - Don't reuse cached license when cached version metadata is missing
863
- - Disable dependency sources when dependent tools are not available
864
- - Vendored packages from the go std library are properly excluded
865
- - Cabal dependency enumeration properly includes executable targets
866
-
867
- ## 1.0.1
868
-
869
- 2018-04-26
870
-
871
- ### Added
872
-
873
- - GOPATH settable in configuration file
874
-
875
- ### Changed
876
-
877
- - Reuse "license" metadata property when license text has not changed
878
-
879
- ### Fixed
880
-
881
- - Path expansion for cabal "ghc_package_db" configuration setting occurs from repository root
882
- - Local Gemfile(.lock) files correctly used in enumerating Bundler source dependencies
883
-
884
- ## 1.0.0
885
-
886
- 2018-02-20
887
-
888
- Initial release :tada:
889
-
890
- [Unreleased]: https://github.com/github/licensed/compare/4.4.0...HEAD
3
+ See <https://github.com/licensee/licensed/releases> for GitHub releases
4
+ or <https://github.com/licensee/licensed/blob/fa9914ac4db957a3197c9a0858aec18ba2f47bba/CHANGELOG.md> for the existing, manual changelog.