Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

graphql_upcoming_changes.public-enterprise.yml 22 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
  1. ---
  2. upcoming_changes:
  3. - location: Migration.uploadUrlTemplate
  4. description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
  5. reason:
  6. '`uploadUrlTemplate` is being removed because it is not a standard URL and
  7. adds an extra user step.'
  8. date: '2019-04-01T00:00:00+00:00'
  9. criticality: breaking
  10. owner: tambling
  11. - location: ContributionOrder.field
  12. description: '`field` will be removed. Only one order field is supported.'
  13. reason: '`field` will be removed.'
  14. date: '2019-10-01T00:00:00+00:00'
  15. criticality: breaking
  16. owner: dinahshi
  17. - location: Organization.pinnedRepositories
  18. description:
  19. '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
  20. instead.'
  21. reason: pinnedRepositories will be removed
  22. date: '2019-10-01T00:00:00+00:00'
  23. criticality: breaking
  24. owner: cheshire137
  25. - location: RepositoryOwner.pinnedRepositories
  26. description:
  27. '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
  28. instead.'
  29. reason: pinnedRepositories will be removed
  30. date: '2019-10-01T00:00:00+00:00'
  31. criticality: breaking
  32. owner: cheshire137
  33. - location: User.pinnedRepositories
  34. description:
  35. '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
  36. instead.'
  37. reason: pinnedRepositories will be removed
  38. date: '2019-10-01T00:00:00+00:00'
  39. criticality: breaking
  40. owner: cheshire137
  41. - location: AssignedEvent.user
  42. description: '`user` will be removed. Use the `assignee` field instead.'
  43. reason: Assignees can now be mannequins.
  44. date: '2020-01-01T00:00:00+00:00'
  45. criticality: breaking
  46. owner: tambling
  47. - location: EnterpriseBillingInfo.availableSeats
  48. description:
  49. '`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
  50. instead.'
  51. reason:
  52. '`availableSeats` will be replaced with `totalAvailableLicenses` to provide
  53. more clarity on the value being returned'
  54. date: '2020-01-01T00:00:00+00:00'
  55. criticality: breaking
  56. owner: BlakeWilliams
  57. - location: EnterpriseBillingInfo.seats
  58. description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
  59. reason:
  60. '`seats` will be replaced with `totalLicenses` to provide more clarity on
  61. the value being returned'
  62. date: '2020-01-01T00:00:00+00:00'
  63. criticality: breaking
  64. owner: BlakeWilliams
  65. - location: UnassignedEvent.user
  66. description: '`user` will be removed. Use the `assignee` field instead.'
  67. reason: Assignees can now be mannequins.
  68. date: '2020-01-01T00:00:00+00:00'
  69. criticality: breaking
  70. owner: tambling
  71. - location: Organization.registryPackages
  72. description:
  73. '`registryPackages` will be removed. Use the `PackageOwner` object
  74. instead.'
  75. reason: Renaming GitHub Packages fields and objects.
  76. date: '2020-04-01T00:00:00+00:00'
  77. criticality: breaking
  78. owner: dinahshi
  79. - location: Organization.registryPackagesForQuery
  80. description:
  81. '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
  82. object instead.'
  83. reason: Renaming GitHub Packages fields and objects.
  84. date: '2020-04-01T00:00:00+00:00'
  85. criticality: breaking
  86. owner: dinahshi
  87. - location: RegistryPackage.color
  88. description: '`color` will be removed. Use the `Package` object instead.'
  89. reason: Renaming GitHub Packages fields and objects.
  90. date: '2020-04-01T00:00:00+00:00'
  91. criticality: breaking
  92. owner: dinahshi
  93. - location: RegistryPackage.latestVersion
  94. description: '`latestVersion` will be removed. Use the `Package` object instead.'
  95. reason: Renaming GitHub Packages fields and objects.
  96. date: '2020-04-01T00:00:00+00:00'
  97. criticality: breaking
  98. owner: dinahshi
  99. - location: RegistryPackage.name
  100. description: '`name` will be removed. Use the `Package` object instead.'
  101. reason: Renaming GitHub Packages fields and objects.
  102. date: '2020-04-01T00:00:00+00:00'
  103. criticality: breaking
  104. owner: dinahshi
  105. - location: RegistryPackage.nameWithOwner
  106. description: '`nameWithOwner` will be removed. Use the `Package` object instead.'
  107. reason: Renaming GitHub Packages fields and objects.
  108. date: '2020-04-01T00:00:00+00:00'
  109. criticality: breaking
  110. owner: dinahshi
  111. - location: RegistryPackage.packageFileByGuid
  112. description: '`packageFileByGuid` will be removed. Use the `Package` object.'
  113. reason: Renaming GitHub Packages fields and objects.
  114. date: '2020-04-01T00:00:00+00:00'
  115. criticality: breaking
  116. owner: dinahshi
  117. - location: RegistryPackage.packageFileBySha256
  118. description: '`packageFileBySha256` will be removed. Use the `Package` object.'
  119. reason: Renaming GitHub Packages fields and objects.
  120. date: '2020-04-01T00:00:00+00:00'
  121. criticality: breaking
  122. owner: dinahshi
  123. - location: RegistryPackage.packageType
  124. description: '`packageType` will be removed. Use the `Package` object instead.'
  125. reason: Renaming GitHub Packages fields and objects.
  126. date: '2020-04-01T00:00:00+00:00'
  127. criticality: breaking
  128. owner: dinahshi
  129. - location: RegistryPackage.preReleaseVersions
  130. description: '`preReleaseVersions` will be removed. Use the `Package` object instead.'
  131. reason: Renaming GitHub Packages fields and objects.
  132. date: '2020-04-01T00:00:00+00:00'
  133. criticality: breaking
  134. owner: dinahshi
  135. - location: RegistryPackage.registryPackageType
  136. description: '`registryPackageType` will be removed. Use the `Package` object instead.'
  137. reason: Renaming GitHub Packages fields and objects.
  138. date: '2020-04-01T00:00:00+00:00'
  139. criticality: breaking
  140. owner: dinahshi
  141. - location: RegistryPackage.repository
  142. description: '`repository` will be removed. Use the `Package` object instead.'
  143. reason: Renaming GitHub Packages fields and objects.
  144. date: '2020-04-01T00:00:00+00:00'
  145. criticality: breaking
  146. owner: dinahshi
  147. - location: RegistryPackage.statistics
  148. description: '`statistics` will be removed. Use the `Package` object instead.'
  149. reason: Renaming GitHub Packages fields and objects.
  150. date: '2020-04-01T00:00:00+00:00'
  151. criticality: breaking
  152. owner: dinahshi
  153. - location: RegistryPackage.tags
  154. description: '`tags` will be removed. Use the `Package` object.'
  155. reason: Renaming GitHub Packages fields and objects.
  156. date: '2020-04-01T00:00:00+00:00'
  157. criticality: breaking
  158. owner: dinahshi
  159. - location: RegistryPackage.topics
  160. description: '`topics` will be removed. Use the `Package` object.'
  161. reason: Renaming GitHub Packages fields and objects.
  162. date: '2020-04-01T00:00:00+00:00'
  163. criticality: breaking
  164. owner: dinahshi
  165. - location: RegistryPackage.version
  166. description: '`version` will be removed. Use the `Package` object instead.'
  167. reason: Renaming GitHub Packages fields and objects.
  168. date: '2020-04-01T00:00:00+00:00'
  169. criticality: breaking
  170. owner: dinahshi
  171. - location: RegistryPackage.versionByPlatform
  172. description: '`versionByPlatform` will be removed. Use the `Package` object instead.'
  173. reason: Renaming GitHub Packages fields and objects.
  174. date: '2020-04-01T00:00:00+00:00'
  175. criticality: breaking
  176. owner: dinahshi
  177. - location: RegistryPackage.versionBySha256
  178. description: '`versionBySha256` will be removed. Use the `Package` object instead.'
  179. reason: Renaming GitHub Packages fields and objects.
  180. date: '2020-04-01T00:00:00+00:00'
  181. criticality: breaking
  182. owner: dinahshi
  183. - location: RegistryPackage.versions
  184. description: '`versions` will be removed. Use the `Package` object instead.'
  185. reason: Renaming GitHub Packages fields and objects.
  186. date: '2020-04-01T00:00:00+00:00'
  187. criticality: breaking
  188. owner: dinahshi
  189. - location: RegistryPackage.versionsByMetadatum
  190. description: '`versionsByMetadatum` will be removed. Use the `Package` object instead.'
  191. reason: Renaming GitHub Packages fields and objects.
  192. date: '2020-04-01T00:00:00+00:00'
  193. criticality: breaking
  194. owner: dinahshi
  195. - location: RegistryPackageDependency.dependencyType
  196. description:
  197. '`dependencyType` will be removed. Use the `PackageDependency` object
  198. instead.'
  199. reason: Renaming GitHub Packages fields and objects.
  200. date: '2020-04-01T00:00:00+00:00'
  201. criticality: breaking
  202. owner: dinahshi
  203. - location: RegistryPackageDependency.name
  204. description: '`name` will be removed. Use the `PackageDependency` object instead.'
  205. reason: Renaming GitHub Packages fields and objects.
  206. date: '2020-04-01T00:00:00+00:00'
  207. criticality: breaking
  208. owner: dinahshi
  209. - location: RegistryPackageDependency.version
  210. description: '`version` will be removed. Use the `PackageDependency` object instead.'
  211. reason: Renaming GitHub Packages fields and objects.
  212. date: '2020-04-01T00:00:00+00:00'
  213. criticality: breaking
  214. owner: dinahshi
  215. - location: RegistryPackageFile.guid
  216. description: '`guid` will be removed. Use the `PackageFile` object instead.'
  217. reason: Renaming GitHub Packages fields and objects.
  218. date: '2020-04-01T00:00:00+00:00'
  219. criticality: breaking
  220. owner: dinahshi
  221. - location: RegistryPackageFile.md5
  222. description: '`md5` will be removed. Use the `PackageFile` object instead.'
  223. reason: Renaming GitHub Packages fields and objects.
  224. date: '2020-04-01T00:00:00+00:00'
  225. criticality: breaking
  226. owner: dinahshi
  227. - location: RegistryPackageFile.metadataUrl
  228. description: '`metadataUrl` will be removed. Use the `PackageFile` object instead.'
  229. reason: Renaming GitHub Packages fields and objects.
  230. date: '2020-04-01T00:00:00+00:00'
  231. criticality: breaking
  232. owner: dinahshi
  233. - location: RegistryPackageFile.name
  234. description: '`name` will be removed. Use the `PackageFile` object instead.'
  235. reason: Renaming GitHub Packages fields and objects.
  236. date: '2020-04-01T00:00:00+00:00'
  237. criticality: breaking
  238. owner: dinahshi
  239. - location: RegistryPackageFile.packageVersion
  240. description: '`packageVersion` will be removed. Use the `PackageFile` object instead.'
  241. reason: Renaming GitHub Packages fields and objects.
  242. date: '2020-04-01T00:00:00+00:00'
  243. criticality: breaking
  244. owner: dinahshi
  245. - location: RegistryPackageFile.sha1
  246. description: '`sha1` will be removed. Use the `PackageFile` object instead.'
  247. reason: Renaming GitHub Packages fields and objects.
  248. date: '2020-04-01T00:00:00+00:00'
  249. criticality: breaking
  250. owner: dinahshi
  251. - location: RegistryPackageFile.sha256
  252. description: '`sha256` will be removed. Use the `PackageFile` object instead.'
  253. reason: Renaming GitHub Packages fields and objects.
  254. date: '2020-04-01T00:00:00+00:00'
  255. criticality: breaking
  256. owner: dinahshi
  257. - location: RegistryPackageFile.size
  258. description: '`size` will be removed. Use the `PackageFile` object instead.'
  259. reason: Renaming GitHub Packages fields and objects.
  260. date: '2020-04-01T00:00:00+00:00'
  261. criticality: breaking
  262. owner: dinahshi
  263. - location: RegistryPackageFile.url
  264. description: '`url` will be removed. Use the `PackageFile` object instead.'
  265. reason: Renaming GitHub Packages fields and objects.
  266. date: '2020-04-01T00:00:00+00:00'
  267. criticality: breaking
  268. owner: dinahshi
  269. - location: RegistryPackageOwner.registryPackages
  270. description:
  271. '`registryPackages` will be removed. Use the `PackageOwner` object
  272. instead.'
  273. reason: Renaming GitHub Packages fields and objects.
  274. date: '2020-04-01T00:00:00+00:00'
  275. criticality: breaking
  276. owner: dinahshi
  277. - location: RegistryPackageSearch.registryPackagesForQuery
  278. description:
  279. '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
  280. object instead.'
  281. reason: Renaming GitHub Packages fields and objects.
  282. date: '2020-04-01T00:00:00+00:00'
  283. criticality: breaking
  284. owner: dinahshi
  285. - location: RegistryPackageStatistics.downloadsThisMonth
  286. description:
  287. '`downloadsThisMonth` will be removed. Use the `PackageStatistics`
  288. object instead.'
  289. reason: Renaming GitHub Packages fields and objects.
  290. date: '2020-04-01T00:00:00+00:00'
  291. criticality: breaking
  292. owner: dinahshi
  293. - location: RegistryPackageStatistics.downloadsThisWeek
  294. description:
  295. '`downloadsThisWeek` will be removed. Use the `PackageStatistics` object
  296. instead.'
  297. reason: Renaming GitHub Packages fields and objects.
  298. date: '2020-04-01T00:00:00+00:00'
  299. criticality: breaking
  300. owner: dinahshi
  301. - location: RegistryPackageStatistics.downloadsThisYear
  302. description:
  303. '`downloadsThisYear` will be removed. Use the `PackageStatistics` object
  304. instead.'
  305. reason: Renaming GitHub Packages fields and objects.
  306. date: '2020-04-01T00:00:00+00:00'
  307. criticality: breaking
  308. owner: dinahshi
  309. - location: RegistryPackageStatistics.downloadsToday
  310. description:
  311. '`downloadsToday` will be removed. Use the `PackageStatistics` object
  312. instead.'
  313. reason: Renaming GitHub Packages fields and objects.
  314. date: '2020-04-01T00:00:00+00:00'
  315. criticality: breaking
  316. owner: dinahshi
  317. - location: RegistryPackageStatistics.downloadsTotalCount
  318. description:
  319. '`downloadsTotalCount` will be removed. Use the `PackageStatistics`
  320. object instead.'
  321. reason: Renaming GitHub Packages fields and objects.
  322. date: '2020-04-01T00:00:00+00:00'
  323. criticality: breaking
  324. owner: dinahshi
  325. - location: RegistryPackageTag.name
  326. description: '`name` will be removed. Use the `PackageTag` object instead.'
  327. reason: Renaming GitHub Packages fields and objects.
  328. date: '2020-04-01T00:00:00+00:00'
  329. criticality: breaking
  330. owner: dinahshi
  331. - location: RegistryPackageTag.version
  332. description: '`version` will be removed. Use the `PackageTag` object instead.'
  333. reason: Renaming GitHub Packages fields and objects.
  334. date: '2020-04-01T00:00:00+00:00'
  335. criticality: breaking
  336. owner: dinahshi
  337. - location: RegistryPackageVersion.deleted
  338. description: '`deleted` will be removed. Use the `PackageVersion` object instead.'
  339. reason: Renaming GitHub Packages fields and objects.
  340. date: '2020-04-01T00:00:00+00:00'
  341. criticality: breaking
  342. owner: dinahshi
  343. - location: RegistryPackageVersion.dependencies
  344. description: '`dependencies` will be removed. Use the `PackageVersion` object instead.'
  345. reason: Renaming GitHub Packages fields and objects.
  346. date: '2020-04-01T00:00:00+00:00'
  347. criticality: breaking
  348. owner: dinahshi
  349. - location: RegistryPackageVersion.fileByName
  350. description: '`fileByName` will be removed. Use the `PackageVersion` object instead.'
  351. reason: Renaming GitHub Packages fields and objects.
  352. date: '2020-04-01T00:00:00+00:00'
  353. criticality: breaking
  354. owner: dinahshi
  355. - location: RegistryPackageVersion.files
  356. description: '`files` will be removed. Use the `PackageVersion` object instead.'
  357. reason: Renaming GitHub Packages fields and objects.
  358. date: '2020-04-01T00:00:00+00:00'
  359. criticality: breaking
  360. owner: dinahshi
  361. - location: RegistryPackageVersion.installationCommand
  362. description:
  363. '`installationCommand` will be removed. Use the `PackageVersion` object
  364. instead.'
  365. reason: Renaming GitHub Packages fields and objects.
  366. date: '2020-04-01T00:00:00+00:00'
  367. criticality: breaking
  368. owner: dinahshi
  369. - location: RegistryPackageVersion.manifest
  370. description: '`manifest` will be removed. Use the `PackageVersion` object instead.'
  371. reason: Renaming GitHub Packages fields and objects.
  372. date: '2020-04-01T00:00:00+00:00'
  373. criticality: breaking
  374. owner: dinahshi
  375. - location: RegistryPackageVersion.platform
  376. description: '`platform` will be removed. Use the `PackageVersion` object instead.'
  377. reason: Renaming GitHub Packages fields and objects.
  378. date: '2020-04-01T00:00:00+00:00'
  379. criticality: breaking
  380. owner: dinahshi
  381. - location: RegistryPackageVersion.preRelease
  382. description: '`preRelease` will be removed. Use the `PackageVersion` object instead.'
  383. reason: Renaming GitHub Packages fields and objects.
  384. date: '2020-04-01T00:00:00+00:00'
  385. criticality: breaking
  386. owner: dinahshi
  387. - location: RegistryPackageVersion.readme
  388. description: '`readme` will be removed. Use the `PackageVersion` object instead.'
  389. reason: Renaming GitHub Packages fields and objects.
  390. date: '2020-04-01T00:00:00+00:00'
  391. criticality: breaking
  392. owner: dinahshi
  393. - location: RegistryPackageVersion.readmeHtml
  394. description: '`readmeHtml` will be removed. Use the `PackageVersion` object instead.'
  395. reason: Renaming GitHub Packages fields and objects.
  396. date: '2020-04-01T00:00:00+00:00'
  397. criticality: breaking
  398. owner: dinahshi
  399. - location: RegistryPackageVersion.registryPackage
  400. description:
  401. '`registryPackage` will be removed. Use the `PackageVersion` object
  402. instead.'
  403. reason: Renaming GitHub Packages fields and objects.
  404. date: '2020-04-01T00:00:00+00:00'
  405. criticality: breaking
  406. owner: dinahshi
  407. - location: RegistryPackageVersion.release
  408. description: '`release` will be removed. Use the `PackageVersion` object instead.'
  409. reason: Renaming GitHub Packages fields and objects.
  410. date: '2020-04-01T00:00:00+00:00'
  411. criticality: breaking
  412. owner: dinahshi
  413. - location: RegistryPackageVersion.sha256
  414. description: '`sha256` will be removed. Use the `PackageVersion` object instead.'
  415. reason: Renaming GitHub Packages fields and objects.
  416. date: '2020-04-01T00:00:00+00:00'
  417. criticality: breaking
  418. owner: dinahshi
  419. - location: RegistryPackageVersion.size
  420. description: '`size` will be removed. Use the `PackageVersion` object instead.'
  421. reason: Renaming GitHub Packages fields and objects.
  422. date: '2020-04-01T00:00:00+00:00'
  423. criticality: breaking
  424. owner: dinahshi
  425. - location: RegistryPackageVersion.statistics
  426. description: '`statistics` will be removed. Use the `PackageVersion` object instead.'
  427. reason: Renaming GitHub Packages fields and objects.
  428. date: '2020-04-01T00:00:00+00:00'
  429. criticality: breaking
  430. owner: dinahshi
  431. - location: RegistryPackageVersion.summary
  432. description: '`summary` will be removed. Use the `PackageVersion` object instead.'
  433. reason: Renaming GitHub Packages fields and objects.
  434. date: '2020-04-01T00:00:00+00:00'
  435. criticality: breaking
  436. owner: dinahshi
  437. - location: RegistryPackageVersion.updatedAt
  438. description: '`updatedAt` will be removed. Use the `PackageVersion` object instead.'
  439. reason: Renaming GitHub Packages fields and objects.
  440. date: '2020-04-01T00:00:00+00:00'
  441. criticality: breaking
  442. owner: dinahshi
  443. - location: RegistryPackageVersion.version
  444. description: '`version` will be removed. Use the `PackageVersion` object instead.'
  445. reason: Renaming GitHub Packages fields and objects.
  446. date: '2020-04-01T00:00:00+00:00'
  447. criticality: breaking
  448. owner: dinahshi
  449. - location: RegistryPackageVersion.viewerCanEdit
  450. description: '`viewerCanEdit` will be removed. Use the `PackageVersion` object instead.'
  451. reason: Renaming GitHub Packages fields and objects.
  452. date: '2020-04-01T00:00:00+00:00'
  453. criticality: breaking
  454. owner: dinahshi
  455. - location: RegistryPackageVersionStatistics.downloadsThisMonth
  456. description:
  457. '`downloadsThisMonth` will be removed. Use the `PackageVersionStatistics`
  458. object instead.'
  459. reason: Renaming GitHub Packages fields and objects.
  460. date: '2020-04-01T00:00:00+00:00'
  461. criticality: breaking
  462. owner: dinahshi
  463. - location: RegistryPackageVersionStatistics.downloadsThisWeek
  464. description:
  465. '`downloadsThisWeek` will be removed. Use the `PackageVersionStatistics`
  466. object instead.'
  467. reason: Renaming GitHub Packages fields and objects.
  468. date: '2020-04-01T00:00:00+00:00'
  469. criticality: breaking
  470. owner: dinahshi
  471. - location: RegistryPackageVersionStatistics.downloadsThisYear
  472. description:
  473. '`downloadsThisYear` will be removed. Use the `PackageVersionStatistics`
  474. object instead.'
  475. reason: Renaming GitHub Packages fields and objects.
  476. date: '2020-04-01T00:00:00+00:00'
  477. criticality: breaking
  478. owner: dinahshi
  479. - location: RegistryPackageVersionStatistics.downloadsToday
  480. description:
  481. '`downloadsToday` will be removed. Use the `PackageVersionStatistics`
  482. object instead.'
  483. reason: Renaming GitHub Packages fields and objects.
  484. date: '2020-04-01T00:00:00+00:00'
  485. criticality: breaking
  486. owner: dinahshi
  487. - location: RegistryPackageVersionStatistics.downloadsTotalCount
  488. description:
  489. '`downloadsTotalCount` will be removed. Use the `PackageVersionStatistics`
  490. object instead.'
  491. reason: Renaming GitHub Packages fields and objects.
  492. date: '2020-04-01T00:00:00+00:00'
  493. criticality: breaking
  494. owner: dinahshi
  495. - location: Repository.registryPackages
  496. description:
  497. '`registryPackages` will be removed. Use the `PackageOwner` object
  498. instead.'
  499. reason: Renaming GitHub Packages fields and objects.
  500. date: '2020-04-01T00:00:00+00:00'
  501. criticality: breaking
  502. owner: dinahshi
  503. - location: Repository.registryPackagesForQuery
  504. description:
  505. '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
  506. object instead.'
  507. reason: Renaming GitHub Packages fields and objects.
  508. date: '2020-04-01T00:00:00+00:00'
  509. criticality: breaking
  510. owner: dinahshi
  511. - location: Sponsorship.maintainer
  512. description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
  513. reason: '`Sponsorship.maintainer` will be removed.'
  514. date: '2020-04-01T00:00:00+00:00'
  515. criticality: breaking
  516. owner: antn
  517. - location: User.registryPackages
  518. description:
  519. '`registryPackages` will be removed. Use the `PackageOwner` object
  520. instead.'
  521. reason: Renaming GitHub Packages fields and objects.
  522. date: '2020-04-01T00:00:00+00:00'
  523. criticality: breaking
  524. owner: dinahshi
  525. - location: User.registryPackagesForQuery
  526. description:
  527. '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
  528. object instead.'
  529. reason: Renaming GitHub Packages fields and objects.
  530. date: '2020-04-01T00:00:00+00:00'
  531. criticality: breaking
  532. owner: dinahshi
  533. - location: Issue.timeline
  534. description: '`timeline` will be removed. Use Issue.timelineItems instead.'
  535. reason: '`timeline` will be removed'
  536. date: '2020-10-01T00:00:00+00:00'
  537. criticality: breaking
  538. owner: mikesea
  539. - location: PullRequest.timeline
  540. description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
  541. reason: '`timeline` will be removed'
  542. date: '2020-10-01T00:00:00+00:00'
  543. criticality: breaking
  544. owner: mikesea
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...