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